mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
linuxkpi: Include linux/types.h in linux/mod_devicetable.h
It's done like this in linux too. Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
3f39ff2420
commit
0bf561351b
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#ifndef __LINUXKPI_LINUX_MOD_DEVICETABLE_H__
|
||||
#define __LINUXKPI_LINUX_MOD_DEVICETABLE_H__
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
enum dmi_field {
|
||||
DMI_NONE,
|
||||
DMI_BIOS_VENDOR,
|
||||
|
|
|
|||
Loading…
Reference in a new issue