From ee9897fe641acab11ab99c5635a97fce0cb10a17 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 16 May 2017 16:58:01 +0100 Subject: [settings] Extend numerical setting tags to 64 bits Signed-off-by: Michael Brown --- src/include/ipxe/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ipxe/settings.h b/src/include/ipxe/settings.h index 36b4c241..f463e667 100644 --- a/src/include/ipxe/settings.h +++ b/src/include/ipxe/settings.h @@ -40,7 +40,7 @@ struct setting { * (such as a DHCP option number, or an SMBIOS structure and * field number). */ - unsigned long tag; + uint64_t tag; /** Setting scope (or NULL) * * For historic reasons, a NULL scope with a non-zero tag -- cgit v1.2.3-55-g7522