Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-s390
/
errno.h
blob: e41d5b37c4d651b43b20dd1920b6ffee1c001d67 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame^
]
1
/*
2
* include/asm-s390/errno.h
3
*
4
* S390 version
5
*
6
*/
7
8
#ifndef
_S390_ERRNO_H
9
#define
_S390_ERRNO_H
10
11
#include
<asm-generic/errno.h>
12
13
#endif