summaryrefslogtreecommitdiff
path: root/dmioem.h
diff options
context:
space:
mode:
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);