]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/atm.h
UBUNTU: SAUCE: LSM stacking: procfs: add smack subdir to attrs
[mirror_ubuntu-artful-kernel.git] / include / linux / atm.h
CommitLineData
1da177e4 1/* atm.h - general ATM declarations */
1da177e4
LT
2#ifndef _LINUX_ATM_H
3#define _LINUX_ATM_H
4
607ca46e 5#include <uapi/linux/atm.h>
1da177e4 6
8865c418
DW
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