summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/include/pxe_addr.h (renamed from src/arch/i386/include/pxe_types.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/i386/include/pxe_types.h b/src/arch/i386/include/pxe_addr.h
index 45736a2bf..b7cc6f843 100644
--- a/src/arch/i386/include/pxe_types.h
+++ b/src/arch/i386/include/pxe_addr.h
@@ -5,8 +5,8 @@
* SEGSEL_t for use in other PXE structures. See pxe.h for details.
*/
-#ifndef PXE_TYPES_H
-#define PXE_TYPES_H
+#ifndef PXE_ADDR_H
+#define PXE_ADDR_H
/* SEGOFF16_t defined in separate header
*/
@@ -32,4 +32,4 @@ typedef struct {
typedef uint16_t I386_SEGSEL_t;
#define SEGSEL_t I386_SEGSEL_t
-#endif /* PXE_TYPES_H */
+#endif /* PXE_ADDR_H */