summaryrefslogtreecommitdiff
path: root/dmioem.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
committerJörg Frings-Fürst <debian@jff.email>2026-03-10 19:13:53 +0100
commit3a3565140b52ca1ff87c1fa2f604089550d8efcb (patch)
tree33d4186168de7d5c954c12d29534cc19797b5f74 /dmioem.h
parentd4b11cf3e4dcc4ca0ca41d6403c98b3214a8b92d (diff)
parentc61bb295f8ecde9a8dfb922aad56c58f1b8008e7 (diff)
Merge branch 'release/debian/3.7-1'HEADdebian/3.7-1master
Diffstat (limited to 'dmioem.h')
-rw-r--r--dmioem.h4
1 files changed, 3 insertions, 1 deletions
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);