浏览代码

Update to match the daft capitalisation in the actual PXE spec

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
d12383f1d3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/include/pxe_types.h

+ 2
- 2
src/include/pxe_types.h 查看文件

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

正在加载...
取消
保存