mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:46:44 +07:00
10 lines
205 B
C
10 lines
205 B
C
|
#ifndef _LINUX_IF_MACVLAN_H
|
||
|
#define _LINUX_IF_MACVLAN_H
|
||
|
|
||
|
#ifdef __KERNEL__
|
||
|
|
||
|
extern struct sk_buff *(*macvlan_handle_frame_hook)(struct sk_buff *);
|
||
|
|
||
|
#endif /* __KERNEL__ */
|
||
|
#endif /* _LINUX_IF_MACVLAN_H */
|