repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: use get_unaligned_* helpers
[linux-2.6/mini2440.git]
/
include
/
asm-s390
/
errno.h
blob
e41d5b37c4d651b43b20dd1920b6ffee1c001d67
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