repo.or.cz
/
linux-btrfs-devel.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 'next' of git://selinuxproject.org/~jmorris/linux-security
[linux-btrfs-devel.git]
/
arch
/
parisc
/
include
/
asm
/
types.h
blob
80e415c9936d05312bfb96c4980254540b5f6bd5
1
#ifndef _PARISC_TYPES_H
2
#define _PARISC_TYPES_H
3
4
#include <asm-generic/int-ll64.h>
5
6
#ifndef __ASSEMBLY__
7
8
typedef
unsigned short
umode_t
;
9
10
#endif
/* __ASSEMBLY__ */
11
12
#endif