Browse Source

Preparation for adding tls.c

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
3b9bf40682
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/gpxe/errfile.h

+ 1
- 0
src/include/gpxe/errfile.h View File

116
 #define ERRFILE_image_cmd	      ( ERRFILE_OTHER | 0x000a0000 )
116
 #define ERRFILE_image_cmd	      ( ERRFILE_OTHER | 0x000a0000 )
117
 #define ERRFILE_uri_test	      ( ERRFILE_OTHER | 0x000b0000 )
117
 #define ERRFILE_uri_test	      ( ERRFILE_OTHER | 0x000b0000 )
118
 #define ERRFILE_ibft		      ( ERRFILE_OTHER | 0x000c0000 )
118
 #define ERRFILE_ibft		      ( ERRFILE_OTHER | 0x000c0000 )
119
+#define ERRFILE_tls		      ( ERRFILE_OTHER | 0x000d0000 )
119
 
120
 
120
 /** @} */
121
 /** @} */
121
 
122
 

Loading…
Cancel
Save