Blame view

include/asm-s390/errno.h 144 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
12
13
  /*
   *  include/asm-s390/errno.h
   *
   *  S390 version
   *
   */
  
  #ifndef _S390_ERRNO_H
  #define _S390_ERRNO_H
  
  #include <asm-generic/errno.h>
  
  #endif