errno.h 429 B

123456789101112131415161718
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Copyright (C) 1995, 1999, 2001, 2002 by Ralf Baechle
  7. */
  8. #ifndef _ASM_ERRNO_H
  9. #define _ASM_ERRNO_H
  10. #include <uapi/asm/errno.h>
  11. /* The biggest error number defined here or in <linux/errno.h>. */
  12. #define EMAXERRNO 1133
  13. #endif /* _ASM_ERRNO_H */