Sfoglia il codice sorgente

Update to match the daft capitalisation in the actual PXE spec

tags/v0.9.3
Michael Brown 18 anni fa
parent
commit
d12383f1d3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/include/pxe_types.h

+ 2
- 2
src/include/pxe_types.h Vedi File

@@ -115,8 +115,8 @@ typedef struct s_SEGOFF16 {
115 115
 /** A segment descriptor */
116 116
 typedef struct s_SEGDESC {
117 117
 	SEGSEL_t	segment_address;	/**< Segment selector */
118
-	ADDR32_t	physical_address;	/**< Segment base address */
119
-	OFF16_t		seg_size;		/**< Size of the segment */
118
+	ADDR32_t	Physical_address;	/**< Segment base address */
119
+	OFF16_t		Seg_size;		/**< Size of the segment */
120 120
 } PACKED SEGDESC_t;
121 121
 
122 122
 /** @} */ /* pxe_types */

Loading…
Annulla
Salva