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