diff options
| author | Michael Brown | 2005-05-24 00:45:48 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-24 00:45:48 +0200 |
| commit | 8becf0f65f8b7ca7afe1f9862c8fb4c49cff3640 (patch) | |
| tree | 2f446f7b3b1dc2188b136df83d4b78abcf52058e /src/arch | |
| parent | the uncontroversal gcc 4.0 compilation fixes (diff) | |
| download | ipxe-8becf0f65f8b7ca7afe1f9862c8fb4c49cff3640.tar.gz ipxe-8becf0f65f8b7ca7afe1f9862c8fb4c49cff3640.tar.xz ipxe-8becf0f65f8b7ca7afe1f9862c8fb4c49cff3640.zip | |
Rearranging PXE header files
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 */ |
