URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [if_macvlan.h] - Rev 62
Compare with Previous | Blame | View Log
#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 */