root/src/libs/compat/freebsd_iflib/compat/device_if.h
/*
 * Copyright 2018, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _device_if_h_
#define _device_if_h_

void* DEVICE_REGISTER(device_t dev);

#endif /* _device_if_h_ */