Merge branch 'stable/for-jens-4.15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / include / linux / atm.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2/* atm.h - general ATM declarations */
1da177e4
LT
3#ifndef _LINUX_ATM_H
4#define _LINUX_ATM_H
5
607ca46e 6#include <uapi/linux/atm.h>
1da177e4 7
8865c418
DW
8#ifdef CONFIG_COMPAT
9#include <linux/compat.h>
10struct compat_atmif_sioc {
11 int number;
12 int length;
13 compat_uptr_t arg;
14};
15#endif
16#endif