Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 137da553dba62dfc64fb8f4ccb5be769acbf615e 15 lines 248 B view raw
1/* atm.h - general ATM declarations */ 2#ifndef _LINUX_ATM_H 3#define _LINUX_ATM_H 4 5#include <uapi/linux/atm.h> 6 7#ifdef CONFIG_COMPAT 8#include <linux/compat.h> 9struct compat_atmif_sioc { 10 int number; 11 int length; 12 compat_uptr_t arg; 13}; 14#endif 15#endif