| #ifndef _BITS_ERRFILE_H | |
| #define _BITS_ERRFILE_H | |
| /** @file | |
| * | |
| * S/390 error file identifiers | |
| * | |
| */ | |
| FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); | |
| /** | |
| * @addtogroup errfile Error file identifiers | |
| * @{ | |
| */ | |
| #define ERRFILE_prno ( ERRFILE_ARCH | ERRFILE_CORE | 0x00010000 ) | |
| /** @} */ | |
| #endif /* _BITS_ERRFILE_H */ |