aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2024-04-08 06:47:43 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2024-04-08 06:47:43 +0000
commitf7ea333e2b20b5850d5be4eee1d26873111f47ff (patch)
treeb68e0f307cb32367f79c0469d8a2f9bbf2ed3f0b
parentf1206503e5a0073f56710bfebb6e503dcf612536 (diff)
LinuxKPI: Add ACPI_ID_LEN const to linux/mod_devicetable.h
Sponsored by: Serenity Cyber Security, LLC Reviewed by: emaste MFC after: 1 week
-rw-r--r--sys/compat/linuxkpi/common/include/linux/mod_devicetable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
index 5becc12ef960..87bd6ec24bce 100644
--- a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
+++ b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h
@@ -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__ */