mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
LinuxKPI: Add ACPI_ID_LEN const to linux/mod_devicetable.h
Sponsored by: Serenity Cyber Security, LLC
Reviewed by: emaste
MFC after: 1 week
(cherry picked from commit f7ea333e2b)
This commit is contained in:
parent
acfd6cea1f
commit
8ce07593a9
1 changed files with 2 additions and 0 deletions
|
|
@ -78,4 +78,6 @@ struct dmi_system_id {
|
|||
#define I2C_NAME_SIZE 20
|
||||
#define I2C_MODULE_PREFIX "i2c:"
|
||||
|
||||
#define ACPI_ID_LEN 16
|
||||
|
||||
#endif /* __LINUXKPI_LINUX_MOD_DEVICETABLE_H__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue