소스 검색

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

Loading…
취소
저장