17 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* atm.h - general ATM declarations */3#ifndef _LINUX_ATM_H4#define _LINUX_ATM_H5 6#include <uapi/linux/atm.h>7 8#ifdef CONFIG_COMPAT9#include <linux/compat.h>10struct compat_atmif_sioc {11 int number;12 int length;13 compat_uptr_t arg;14};15#endif16#endif17