162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* net/atm/protocols.h - ATM protocol handler entry points */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci/* Written 1995-1997 by Werner Almesberger, EPFL LRC */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#ifndef NET_ATM_PROTOCOLS_H 862306a36Sopenharmony_ci#define NET_ATM_PROTOCOLS_H 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciint atm_init_aal0(struct atm_vcc *vcc); /* "raw" AAL0 */ 1162306a36Sopenharmony_ciint atm_init_aal34(struct atm_vcc *vcc);/* "raw" AAL3/4 transport */ 1262306a36Sopenharmony_ciint atm_init_aal5(struct atm_vcc *vcc); /* "raw" AAL5 transport */ 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15