atm.h 248 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
/* atm.h - general ATM declarations */
#ifndef _LINUX_ATM_H
#define _LINUX_ATM_H

5
#include <uapi/linux/atm.h>
L
Linus Torvalds 已提交
6

7 8 9 10 11 12 13 14 15
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
struct compat_atmif_sioc {
	int number;
	int length;
	compat_uptr_t arg;
};
#endif
#endif
反馈
建议
客服 返回
顶部