Explorar el Código

Update to match the daft capitalisation in the actual PXE spec

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
d12383f1d3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/include/pxe_types.h

+ 2
- 2
src/include/pxe_types.h Ver fichero

@@ -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…
Cancelar
Guardar