summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-03-04 23:30:31 +0000
committerdfr <dfr@FreeBSD.org>2001-03-04 23:30:31 +0000
commita05f910019f1eae389fa0a2856d03f337b56228a (patch)
treeb288c76460fd3102e55522118fc9b08a5cdfeb03
parent430eceb8a5d406aec5bfa59f0e169302cc409726 (diff)
downloadFreeBSD-src-a05f910019f1eae389fa0a2856d03f337b56228a.zip
FreeBSD-src-a05f910019f1eae389fa0a2856d03f337b56228a.tar.gz
Fix a couple of typos which became obvious when I started to actually use
this on real hardware.
-rw-r--r--sys/ia64/include/efi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ia64/include/efi.h b/sys/ia64/include/efi.h
index 702a578..bd8988d 100644
--- a/sys/ia64/include/efi.h
+++ b/sys/ia64/include/efi.h
@@ -30,8 +30,8 @@
#define _MACHINE_EFI_H_
typedef u_int8_t BOOLEAN;
-typedef int32_t INTN;
-typedef u_int32_t UINTN;
+typedef int64_t INTN;
+typedef u_int64_t UINTN;
typedef int8_t INT8;
typedef u_int8_t UINT8;
typedef int16_t INT16;
@@ -595,7 +595,7 @@ typedef struct _EFI_CONFIGURATION_TABLE {
typedef struct _EFI_SYSTEM_TABLE {
EFI_TABLE_HEADER Hdr;
- CHAR16 FirmwareVendor;
+ CHAR16 *FirmwareVendor;
UINT32 FirmwareRevision;
EFI_HANDLE ConsoleInHandle;
OpenPOWER on IntegriCloud