summaryrefslogtreecommitdiffstats
path: root/src/include/pxe_types.h
diff options
context:
space:
mode:
authorMichael Brown2006-08-08 22:43:05 +0200
committerMichael Brown2006-08-08 22:43:05 +0200
commitd12383f1d360093db5dd0afc6f90a1990b9c8b4d (patch)
tree524a98f7b091cd850eaef7d493a4004290e613bd /src/include/pxe_types.h
parentgcc3 compatibility: removed ARP_NET_PROTOCOL(). (diff)
downloadipxe-d12383f1d360093db5dd0afc6f90a1990b9c8b4d.tar.gz
ipxe-d12383f1d360093db5dd0afc6f90a1990b9c8b4d.tar.xz
ipxe-d12383f1d360093db5dd0afc6f90a1990b9c8b4d.zip
Update to match the daft capitalisation in the actual PXE spec
Diffstat (limited to 'src/include/pxe_types.h')
-rw-r--r--src/include/pxe_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pxe_types.h b/src/include/pxe_types.h
index 80e6aa17..e31af062 100644
--- a/src/include/pxe_types.h
+++ b/src/include/pxe_types.h
@@ -115,8 +115,8 @@ typedef struct s_SEGOFF16 {
/** A segment descriptor */
typedef struct s_SEGDESC {
SEGSEL_t segment_address; /**< Segment selector */
- ADDR32_t physical_address; /**< Segment base address */
- OFF16_t seg_size; /**< Size of the segment */
+ ADDR32_t Physical_address; /**< Segment base address */
+ OFF16_t Seg_size; /**< Size of the segment */
} PACKED SEGDESC_t;
/** @} */ /* pxe_types */