mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
15 lines
248 B
C
15 lines
248 B
C
/* atm.h - general ATM declarations */
|
|
#ifndef _LINUX_ATM_H
|
|
#define _LINUX_ATM_H
|
|
|
|
#include <uapi/linux/atm.h>
|
|
|
|
#ifdef CONFIG_COMPAT
|
|
#include <linux/compat.h>
|
|
struct compat_atmif_sioc {
|
|
int number;
|
|
int length;
|
|
compat_uptr_t arg;
|
|
};
|
|
#endif
|
|
#endif
|