Blame view

kernel/linux-rt-4.4.41/include/linux/if_ltalk.h 149 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
  #ifndef __LINUX_LTALK_H
  #define __LINUX_LTALK_H
  
  #include <uapi/linux/if_ltalk.h>
  
  extern struct net_device *alloc_ltalkdev(int sizeof_priv);
  #endif