18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* net/atm/protocols.h - ATM protocol handler entry points */ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci/* Written 1995-1997 by Werner Almesberger, EPFL LRC */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef NET_ATM_PROTOCOLS_H 88c2ecf20Sopenharmony_ci#define NET_ATM_PROTOCOLS_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciint atm_init_aal0(struct atm_vcc *vcc); /* "raw" AAL0 */ 118c2ecf20Sopenharmony_ciint atm_init_aal34(struct atm_vcc *vcc);/* "raw" AAL3/4 transport */ 128c2ecf20Sopenharmony_ciint atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */ 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif 15