mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
7 lines
123 B
C
7 lines
123 B
C
|
|
#ifndef _LINUX_INETDEVICE_H_
|
||
|
|
#define _LINUX_INETDEVICE_H_
|
||
|
|
|
||
|
|
#include <linux/netdevice.h>
|
||
|
|
|
||
|
|
#endif /* _LINUX_INETDEVICE_H_ */
|