1 /* 1 2 * IEEE 802.2 User Interface SAPs for Linux, d 3 * 4 * Copyright (c) 2001 by Jay Schulist <jschlst 5 * 6 * This program can be redistributed or modifi 7 * GNU General Public License as published by 8 * This program is distributed without any war 9 * of merchantability or fitness for a particu 10 * 11 * See the GNU General Public License for more 12 */ 13 #ifndef __LINUX_LLC_H 14 #define __LINUX_LLC_H 15 16 #include <uapi/linux/llc.h> 17 18 #define LLC_SAP_DYN_START 0xC0 19 #define LLC_SAP_DYN_STOP 0xDE 20 #define LLC_SAP_DYN_TRIES 4 21 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr 23 #endif /* __LINUX_LLC_H */ 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.