home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / linux / if_ltalk.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  209 b   |  13 lines

  1. #ifndef __LINUX_LTALK_H
  2. #define __LINUX_LTALK_H
  3.  
  4. #define LTALK_HLEN        1
  5. #define LTALK_MTU        600
  6. #define LTALK_ALEN        1
  7.  
  8. #ifdef __KERNEL__
  9. extern struct net_device *alloc_ltalkdev(int sizeof_priv);
  10. #endif
  11.  
  12. #endif
  13.