summaryrefslogtreecommitdiff
path: root/gpxe/src/include/gpxe/errortab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/include/gpxe/errortab.h')
-rw-r--r--gpxe/src/include/gpxe/errortab.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/gpxe/src/include/gpxe/errortab.h b/gpxe/src/include/gpxe/errortab.h
deleted file mode 100644
index 35765d48..00000000
--- a/gpxe/src/include/gpxe/errortab.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef _GPXE_ERRORTAB_H
-#define _GPXE_ERRORTAB_H
-
-/** @file
- *
- * Error message tables
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <gpxe/tables.h>
-
-struct errortab {
- int errno;
- const char *text;
-};
-
-#define ERRORTAB __table ( struct errortab, "errortab" )
-
-#define __errortab __table_entry ( ERRORTAB, 01 )
-
-#endif /* _GPXE_ERRORTAB_H */