comparison packages/error/current/include/codes.h @ 66:bf00f99aec69 ecos-sw-2000-02-02

Merge from eCos master repository on 2000-02-02-19:16:44-GMT
author jlarmour
date Wed, 02 Feb 2000 19:57:02 +0000
parents c38311975d4f
children 435cced73e2f
comparison
equal deleted inserted replaced
65:b4822dd69c33 66:bf00f99aec69
9 //=========================================================================== 9 //===========================================================================
10 //####COPYRIGHTBEGIN#### 10 //####COPYRIGHTBEGIN####
11 // 11 //
12 // ------------------------------------------- 12 // -------------------------------------------
13 // The contents of this file are subject to the Red Hat eCos Public License 13 // The contents of this file are subject to the Red Hat eCos Public License
14 // Version 1.0 (the "License"); you may not use this file except in 14 // Version 1.1 (the "License"); you may not use this file except in
15 // compliance with the License. You may obtain a copy of the License at 15 // compliance with the License. You may obtain a copy of the License at
16 // http://sourceware.cygnus.com/ecos 16 // http://www.redhat.com/
17 // 17 //
18 // Software distributed under the License is distributed on an 18 // Software distributed under the License is distributed on an "AS IS"
19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 // License for the specific language governing rights and limitations under 20 // License for the specific language governing rights and limitations under
21 // the License. 21 // the License.
22 // 22 //
23 // The Original Code is eCos - Embedded Configurable Operating System, 23 // The Original Code is eCos - Embedded Configurable Operating System,
124 124
125 #define EEOF 200 // End of file reached 125 #define EEOF 200 // End of file reached
126 #define ENOSUPP 201 // Operation not supported 126 #define ENOSUPP 201 // Operation not supported
127 #define EDEVNOSUPP 202 // Device does not support this operation 127 #define EDEVNOSUPP 202 // Device does not support this operation
128 128
129
129 #endif // ifdef CYGPKG_ERROR 130 #endif // ifdef CYGPKG_ERROR
130 131
131 #endif // CYGONCE_ERROR_CODES_H multiple inclusion protection 132 #endif // CYGONCE_ERROR_CODES_H multiple inclusion protection
132 133
133 // EOF codes.h 134 // EOF codes.h