- Stephen Rothwell: APM updates
[davej-history.git] / include / linux / atmclip.h
blob7d657c0dcb2dd554ec9513f26429aed58651e867
1 /* atmclip.h - Classical IP over ATM */
3 /* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */
6 #ifndef LINUX_ATMCLIP_H
7 #define LINUX_ATMCLIP_H
9 #include <linux/sockios.h>
10 #include <linux/atmioc.h>
13 #define RFC1483LLC_LEN 8 /* LLC+OUI+PID = 8 */
14 #define RFC1626_MTU 9180 /* RFC1626 default MTU */
16 #define CLIP_DEFAULT_IDLETIMER 1200 /* 20 minutes, see RFC1755 */
17 #define CLIP_CHECK_INTERVAL 10 /* check every ten seconds */
19 #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) /* create IP interface */
21 #ifdef __KERNEL__
22 extern const unsigned char llc_oui[6];
23 #endif
25 #endif