/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Eric Haszlakiewicz.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
/* The following are just random noise.. */
#define LINUX_ECHRNG 88 /* Channel number out of range */
#define LINUX_EL2NSYNC 89 /* Level 2 not synchronized */
#define LINUX_EL3HLT 90 /* Level 3 halted */
#define LINUX_EL3RST 91 /* Level 3 reset */
#define LINUX_ELNRNG 93 /* Link number out of range */
#define LINUX_EUNATCH 94 /* Protocol driver not attached */
#define LINUX_ENOCSI 95 /* No CSI structure available */
#define LINUX_EL2HLT 96 /* Level 2 halted */
#define LINUX_EBADE 97 /* Invalid exchange */
#define LINUX_EBADR 98 /* Invalid request descriptor */
#define LINUX_EXFULL 99 /* Exchange full */
#define LINUX_ENOANO 100 /* No anode */
#define LINUX_EBADRQC 101 /* Invalid request code */
#define LINUX_EBADSLT 102 /* Invalid slot */
#define LINUX_EDEADLOCK LINUX_EDEADLK
#define LINUX_EBFONT 104 /* Bad font file format */
#define LINUX_ENONET 105 /* Machine is not on the network */
#define LINUX_ENOLINK 106 /* Link has been severed */
#define LINUX_EADV 107 /* Advertise error */
#define LINUX_ESRMNT 108 /* Srmount error */
#define LINUX_ECOMM 109 /* Communication error on send */
#define LINUX_EMULTIHOP 110 /* Multihop attempted */
#define LINUX_EDOTDOT 111 /* RFS specific error */
#define LINUX_EOVERFLOW 112 /* Value too large for defined data type */
#define LINUX_ENOTUNIQ 113 /* Name not unique on network */
#define LINUX_EBADFD 114 /* File descriptor in bad state */
#define LINUX_EREMCHG 115 /* Remote address changed */
#define LINUX_EUCLEAN 117 /* Structure needs cleaning */
#define LINUX_ENOTNAM 118 /* Not a XENIX named type file */
#define LINUX_ENAVAIL 119 /* No XENIX semaphores available */
#define LINUX_EISNAM 120 /* Is a named type file */
#define LINUX_EREMOTEIO 121 /* Remote I/O error */
#define LINUX_ELIBACC 122 /* Can't access a shared library */
#define LINUX_ELIBBAD 123 /* Accessing a corrupted shared library */
#define LINUX_ELIBSCN 124 /* .lib section in a.out corrupted */
#define LINUX_ELIBMAX 125 /* Link in too many shared libraries */
#define LINUX_ELIBEXEC 126 /* Cannot exec a shared library directly */
#define LINUX_ERESTART 127 /* Restart interrupted system call */
#define LINUX_ESTRPIPE 128 /* Streams pipe error */
#define LINUX_ENOMEDIUM 129 /* No medium found */
#define LINUX_EMEDIUMTYPE 130 /* Wrong medium type */
#define LINUX_ECANCELED 131 /* Operation Cancelled */
#define LINUX_ENOKEY 132 /* Required key not available */
#define LINUX_EKEYEXPIRED 133 /* Key has expired */
#define LINUX_EKEYREVOKED 134 /* Key has been revoked */
#define LINUX_EKEYREJECTED 135 /* Key was rejected by service */
#define LINUX_EOWNERDEAD 136 /* Owner died */
#define LINUX_ENOTRECOVERABLE 137 /* State not recoverable */
#define LINUX_ERFKILL 138 /* Operation not possible due to RF-kill */
#define LINUX_EHWPOISON 139 /* Memory page has hardware error */