mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Update to match the daft capitalisation in the actual PXE spec
This commit is contained in:
@@ -115,8 +115,8 @@ typedef struct s_SEGOFF16 {
|
|||||||
/** A segment descriptor */
|
/** A segment descriptor */
|
||||||
typedef struct s_SEGDESC {
|
typedef struct s_SEGDESC {
|
||||||
SEGSEL_t segment_address; /**< Segment selector */
|
SEGSEL_t segment_address; /**< Segment selector */
|
||||||
ADDR32_t physical_address; /**< Segment base address */
|
ADDR32_t Physical_address; /**< Segment base address */
|
||||||
OFF16_t seg_size; /**< Size of the segment */
|
OFF16_t Seg_size; /**< Size of the segment */
|
||||||
} PACKED SEGDESC_t;
|
} PACKED SEGDESC_t;
|
||||||
|
|
||||||
/** @} */ /* pxe_types */
|
/** @} */ /* pxe_types */
|
||||||
|
|||||||
Reference in New Issue
Block a user