errno.h 144 B

1234567891011121314
  1. /*
  2. * include/asm-s390/errno.h
  3. *
  4. * S390 version
  5. *
  6. */
  7. #ifndef _S390_ERRNO_H
  8. #define _S390_ERRNO_H
  9. #include <asm-generic/errno.h>
  10. #endif