Rearranging PXE header files

This commit is contained in:
Michael Brown
2005-05-23 22:45:48 +00:00
parent c4c05bbbf7
commit 8becf0f65f
4 changed files with 52 additions and 835 deletions

View File

@@ -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 */