mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
6 lines
150 B
C
6 lines
150 B
C
#ifndef _LINUXKPI_LINUX_INETDEVICE_H_
|
|
#define _LINUXKPI_LINUX_INETDEVICE_H_
|
|
|
|
#include <linux/netdevice.h>
|
|
|
|
#endif /* _LINUXKPI_LINUX_INETDEVICE_H_ */
|