From 22f77b46ab555f57523990094a3e40a55f2c492a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 10 Mar 2026 09:31:17 +0100 Subject: New upstream version 3.7 --- dmioem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dmioem.h') diff --git a/dmioem.h b/dmioem.h index b79b769..4558a23 100644 --- a/dmioem.h +++ b/dmioem.h @@ -19,7 +19,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "types.h" + struct dmi_header; void dmi_set_vendor(const char *s, const char *p); -int dmi_decode_oem(const struct dmi_header *h); +int dmi_decode_oem(const struct dmi_header *h, u16 ver); -- cgit v1.2.3