mirror of
https://github.com/opnsense/src.git
synced 2026-05-14 01:59:44 -04:00
MFC after: 1 week
Reviewed by: bz, emaste, hselasky, manu
Differential Revision: https://reviews.freebsd.org/D33562
(cherry picked from commit 307f78f3ed)
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_ */
|