repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
include
/
linux
/
atm.h
blob
4b50fd0a6eab22b2da4a1b58f4786c41e3c78bb2
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/* atm.h - general ATM declarations */
3
#ifndef _LINUX_ATM_H
4
#define _LINUX_ATM_H
5
6
#include <uapi/linux/atm.h>
7
8
#ifdef CONFIG_COMPAT
9
#include <linux/compat.h>
10
struct
compat_atmif_sioc
{
11
int
number
;
12
int
length
;
13
compat_uptr_t arg
;
14
};
15
#endif
16
#endif