122851890Sopenharmony_ci/**************************************************************************** 222851890Sopenharmony_ci **************************************************************************** 322851890Sopenharmony_ci *** 422851890Sopenharmony_ci *** This header was automatically generated from a Linux kernel header 522851890Sopenharmony_ci *** of the same name, to make information necessary for userspace to 622851890Sopenharmony_ci *** call into the kernel available to libc. It contains only constants, 722851890Sopenharmony_ci *** structures, and macros generated from the original header, and thus, 822851890Sopenharmony_ci *** contains no copyrightable information. 922851890Sopenharmony_ci *** 1022851890Sopenharmony_ci *** To edit the content of this header, modify the corresponding 1122851890Sopenharmony_ci *** source file (e.g. under external/kernel-headers/original/) then 1222851890Sopenharmony_ci *** run bionic/libc/kernel/tools/update_all.py 1322851890Sopenharmony_ci *** 1422851890Sopenharmony_ci *** Any manual change here will be lost the next time this script will 1522851890Sopenharmony_ci *** be run. You've been warned! 1622851890Sopenharmony_ci *** 1722851890Sopenharmony_ci **************************************************************************** 1822851890Sopenharmony_ci ****************************************************************************/ 1922851890Sopenharmony_ci#ifndef _ASM_GENERIC_ERRNO_H 2022851890Sopenharmony_ci#define _ASM_GENERIC_ERRNO_H 2122851890Sopenharmony_ci#include <asm-generic/errno-base.h> 2222851890Sopenharmony_ci#define EDEADLK 35 2322851890Sopenharmony_ci#define ENAMETOOLONG 36 2422851890Sopenharmony_ci#define ENOLCK 37 2522851890Sopenharmony_ci#define ENOSYS 38 2622851890Sopenharmony_ci#define ENOTEMPTY 39 2722851890Sopenharmony_ci#define ELOOP 40 2822851890Sopenharmony_ci#define EWOULDBLOCK EAGAIN 2922851890Sopenharmony_ci#define ENOMSG 42 3022851890Sopenharmony_ci#define EIDRM 43 3122851890Sopenharmony_ci#define ECHRNG 44 3222851890Sopenharmony_ci#define EL2NSYNC 45 3322851890Sopenharmony_ci#define EL3HLT 46 3422851890Sopenharmony_ci#define EL3RST 47 3522851890Sopenharmony_ci#define ELNRNG 48 3622851890Sopenharmony_ci#define EUNATCH 49 3722851890Sopenharmony_ci#define ENOCSI 50 3822851890Sopenharmony_ci#define EL2HLT 51 3922851890Sopenharmony_ci#define EBADE 52 4022851890Sopenharmony_ci#define EBADR 53 4122851890Sopenharmony_ci#define EXFULL 54 4222851890Sopenharmony_ci#define ENOANO 55 4322851890Sopenharmony_ci#define EBADRQC 56 4422851890Sopenharmony_ci#define EBADSLT 57 4522851890Sopenharmony_ci#define EDEADLOCK EDEADLK 4622851890Sopenharmony_ci#define EBFONT 59 4722851890Sopenharmony_ci#define ENOSTR 60 4822851890Sopenharmony_ci#define ENODATA 61 4922851890Sopenharmony_ci#define ETIME 62 5022851890Sopenharmony_ci#define ENOSR 63 5122851890Sopenharmony_ci#define ENONET 64 5222851890Sopenharmony_ci#define ENOPKG 65 5322851890Sopenharmony_ci#define EREMOTE 66 5422851890Sopenharmony_ci#define ENOLINK 67 5522851890Sopenharmony_ci#define EADV 68 5622851890Sopenharmony_ci#define ESRMNT 69 5722851890Sopenharmony_ci#define ECOMM 70 5822851890Sopenharmony_ci#define EPROTO 71 5922851890Sopenharmony_ci#define EMULTIHOP 72 6022851890Sopenharmony_ci#define EDOTDOT 73 6122851890Sopenharmony_ci#define EBADMSG 74 6222851890Sopenharmony_ci#define EOVERFLOW 75 6322851890Sopenharmony_ci#define ENOTUNIQ 76 6422851890Sopenharmony_ci#define EBADFD 77 6522851890Sopenharmony_ci#define EREMCHG 78 6622851890Sopenharmony_ci#define ELIBACC 79 6722851890Sopenharmony_ci#define ELIBBAD 80 6822851890Sopenharmony_ci#define ELIBSCN 81 6922851890Sopenharmony_ci#define ELIBMAX 82 7022851890Sopenharmony_ci#define ELIBEXEC 83 7122851890Sopenharmony_ci#define EILSEQ 84 7222851890Sopenharmony_ci#define ERESTART 85 7322851890Sopenharmony_ci#define ESTRPIPE 86 7422851890Sopenharmony_ci#define EUSERS 87 7522851890Sopenharmony_ci#define ENOTSOCK 88 7622851890Sopenharmony_ci#define EDESTADDRREQ 89 7722851890Sopenharmony_ci#define EMSGSIZE 90 7822851890Sopenharmony_ci#define EPROTOTYPE 91 7922851890Sopenharmony_ci#define ENOPROTOOPT 92 8022851890Sopenharmony_ci#define EPROTONOSUPPORT 93 8122851890Sopenharmony_ci#define ESOCKTNOSUPPORT 94 8222851890Sopenharmony_ci#define EOPNOTSUPP 95 8322851890Sopenharmony_ci#define EPFNOSUPPORT 96 8422851890Sopenharmony_ci#define EAFNOSUPPORT 97 8522851890Sopenharmony_ci#define EADDRINUSE 98 8622851890Sopenharmony_ci#define EADDRNOTAVAIL 99 8722851890Sopenharmony_ci#define ENETDOWN 100 8822851890Sopenharmony_ci#define ENETUNREACH 101 8922851890Sopenharmony_ci#define ENETRESET 102 9022851890Sopenharmony_ci#define ECONNABORTED 103 9122851890Sopenharmony_ci#define ECONNRESET 104 9222851890Sopenharmony_ci#define ENOBUFS 105 9322851890Sopenharmony_ci#define EISCONN 106 9422851890Sopenharmony_ci#define ENOTCONN 107 9522851890Sopenharmony_ci#define ESHUTDOWN 108 9622851890Sopenharmony_ci#define ETOOMANYREFS 109 9722851890Sopenharmony_ci#define ETIMEDOUT 110 9822851890Sopenharmony_ci#define ECONNREFUSED 111 9922851890Sopenharmony_ci#define EHOSTDOWN 112 10022851890Sopenharmony_ci#define EHOSTUNREACH 113 10122851890Sopenharmony_ci#define EALREADY 114 10222851890Sopenharmony_ci#define EINPROGRESS 115 10322851890Sopenharmony_ci#define ESTALE 116 10422851890Sopenharmony_ci#define EUCLEAN 117 10522851890Sopenharmony_ci#define ENOTNAM 118 10622851890Sopenharmony_ci#define ENAVAIL 119 10722851890Sopenharmony_ci#define EISNAM 120 10822851890Sopenharmony_ci#define EREMOTEIO 121 10922851890Sopenharmony_ci#define EDQUOT 122 11022851890Sopenharmony_ci#define ENOMEDIUM 123 11122851890Sopenharmony_ci#define EMEDIUMTYPE 124 11222851890Sopenharmony_ci#define ECANCELED 125 11322851890Sopenharmony_ci#define ENOKEY 126 11422851890Sopenharmony_ci#define EKEYEXPIRED 127 11522851890Sopenharmony_ci#define EKEYREVOKED 128 11622851890Sopenharmony_ci#define EKEYREJECTED 129 11722851890Sopenharmony_ci#define EOWNERDEAD 130 11822851890Sopenharmony_ci#define ENOTRECOVERABLE 131 11922851890Sopenharmony_ci#define ERFKILL 132 12022851890Sopenharmony_ci#define EHWPOISON 133 12122851890Sopenharmony_ci#endif 122