Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* atm.h - general ATM declarations */
0003 #ifndef _LINUX_ATM_H
0004 #define _LINUX_ATM_H
0005 
0006 #include <uapi/linux/atm.h>
0007 
0008 #ifdef CONFIG_COMPAT
0009 #include <linux/compat.h>
0010 struct compat_atmif_sioc {
0011     int number;
0012     int length;
0013     compat_uptr_t arg;
0014 };
0015 #endif
0016 #endif