blob: 4b50fd0a6eab22b2da4a1b58f4786c41e3c78bb2 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/* atm.h - general ATM declarations */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#ifndef _LINUX_ATM_H
4#define _LINUX_ATM_H
5
David Howells607ca462012-10-13 10:46:48 +01006#include <uapi/linux/atm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
David Woodhouse8865c412008-12-03 22:12:38 -08008#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