summaryrefslogtreecommitdiffstats
path: root/sys/sys/module.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-01-15 00:46:30 +0000
committerimp <imp@FreeBSD.org>2015-01-15 00:46:30 +0000
commitd70d76bce5ec0209c7d8fe8719212ec165b20e65 (patch)
treecf8a7d2761c579bafe7167d96df4499407ecfed7 /sys/sys/module.h
parent66acb8032efd831ea7db1ea658043333fadd2c48 (diff)
downloadFreeBSD-src-d70d76bce5ec0209c7d8fe8719212ec165b20e65.zip
FreeBSD-src-d70d76bce5ec0209c7d8fe8719212ec165b20e65.tar.gz
Reserve and ignore the a new module metadata type MDT_PNP_INFO for
associating an optional PNP hint table with this module. In the future, when these are added, these changes will silently ignore the new type they would otherwise warn about. It will always be safe to ignore this data. Get this into the builds today for some future proofing. MFC After: 3 days
Diffstat (limited to 'sys/sys/module.h')
-rw-r--r--sys/sys/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/module.h b/sys/sys/module.h
index 782770a..3baa755 100644
--- a/sys/sys/module.h
+++ b/sys/sys/module.h
@@ -35,6 +35,7 @@
#define MDT_DEPEND 1 /* argument is a module name */
#define MDT_MODULE 2 /* module declaration */
#define MDT_VERSION 3 /* module version(s) */
+#define MDT_PNP_INFO 4 /* Plug and play hints record */
#define MDT_STRUCT_VERSION 1 /* version of metadata structure */
#define MDT_SETNAME "modmetadata_set"
OpenPOWER on IntegriCloud