repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
linux
/
atm.h
blob
30006c4359516970be63aaa3ab788c260fe4eda1
1
/* atm.h - general ATM declarations */
2
#ifndef _LINUX_ATM_H
3
#define _LINUX_ATM_H
4
5
#include <uapi/linux/atm.h>
6
7
#ifdef CONFIG_COMPAT
8
#include <linux/compat.h>
9
struct
compat_atmif_sioc
{
10
int
number
;
11
int
length
;
12
compat_uptr_t arg
;
13
};
14
#endif
15
#endif