xref: /haiku/src/libs/compat/freebsd_network/compat/net/debugnet.h (revision 1a76488fc88584bf66b9751d7fb9b6527ac20d87)
1 /*
2  * Copyright 2021, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_NET_DEBUGNET_H
6 #define _FBSD_COMPAT_NET_DEBUGNET_H
7 
8 
9 #define	DEBUGNET_DEFINE(driver)
10 #define	DEBUGNET_REINIT(ifp)
11 #define	DEBUGNET_SET(ifp, driver)
12 
13 
14 #endif /* _FBSD_COMPAT_NET_DEBUGNET_H */
15