|
@@ -156,6 +156,11 @@ extern struct module __this_module;
|
|
*/
|
|
*/
|
|
#define MODULE_VERSION(_version) MODULE_INFO(version, _version)
|
|
#define MODULE_VERSION(_version) MODULE_INFO(version, _version)
|
|
|
|
|
|
|
|
+/* Optional firmware file (or files) needed by the module
|
|
|
|
+ * format is simply firmware file name. Multiple firmware
|
|
|
|
+ * files require multiple MODULE_FIRMWARE() specifiers */
|
|
|
|
+#define MODULE_FIRMWARE(_firmware) MODULE_INFO(firmware, _firmware)
|
|
|
|
+
|
|
/* Given an address, look for it in the exception tables */
|
|
/* Given an address, look for it in the exception tables */
|
|
const struct exception_table_entry *search_exception_tables(unsigned long add);
|
|
const struct exception_table_entry *search_exception_tables(unsigned long add);
|
|
|
|
|