From 6f7640b8e0682f74315cc840bfef1a795bf3576d Mon Sep 17 00:00:00 2001 From: Rong Tao Date: Mon, 23 Jun 2025 16:30:43 +0800 Subject: [PATCH] header.h: Fix type 1 header comment Should be 0x35-0x37 is reserved. Signed-off-by: Rong Tao --- lib/header.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/header.h b/lib/header.h index 9cef020..b68f2a0 100644 --- a/lib/header.h +++ b/lib/header.h @@ -129,7 +129,7 @@ #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */ #define PCI_IO_LIMIT_UPPER16 0x32 /* 0x34 same as for htype 0 */ -/* 0x35-0x3b is reserved */ +/* 0x35-0x37 is reserved */ #define PCI_ROM_ADDRESS1 0x38 /* Same as PCI_ROM_ADDRESS, but for htype 1 */ /* 0x3c-0x3d are same as for htype 0 */ #define PCI_BRIDGE_CONTROL 0x3e -- 2.39.5