initial commit with v2.6.9
[linux-2.6.9-moxart.git] / net / atm / protocols.h
blob0d658fa8a611c56ed063edd06fd0b47f7894f662
1 /* net/atm/protocols.h - ATM protocol handler entry points */
3 /* Written 1995-1997 by Werner Almesberger, EPFL LRC */
6 #ifndef NET_ATM_PROTOCOLS_H
7 #define NET_ATM_PROTOCOLS_H
9 void atm_push_raw(struct atm_vcc *vcc,struct sk_buff *skb);
11 int atm_init_aal0(struct atm_vcc *vcc); /* "raw" AAL0 */
12 int atm_init_aal34(struct atm_vcc *vcc);/* "raw" AAL3/4 transport */
13 int atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */
15 #endif