repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: amba: Make driver_override output consistent with other buses
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
uapi
/
asm
/
ioctl.h
blob
d623af4b9cd6dfcd6e88a8be6883f04f2eecf2ec
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _ASM_POWERPC_IOCTL_H
3
#define _ASM_POWERPC_IOCTL_H
4
5
#define _IOC_SIZEBITS 13
6
#define _IOC_DIRBITS 3
7
8
#define _IOC_NONE 1U
9
#define _IOC_READ 2U
10
#define _IOC_WRITE 4U
11
12
#include <asm-generic/ioctl.h>
13
14
#endif
/* _ASM_POWERPC_IOCTL_H */