Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35009
b: refs/heads/master
c: 187afbe
h: refs/heads/master
i:
  35007: dbb6ba9
v: v3
  • Loading branch information
Jon Masters authored and James Bottomley committed Aug 30, 2006
1 parent d4bdb04 commit 7ed7df9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2908d778ab3e244900c310974e1fc1c69066e450
refs/heads/master: 187afbed1814ea0851bf30bacbf807217dd7864b
5 changes: 5 additions & 0 deletions trunk/include/linux/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ extern struct module __this_module;
*/
#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 */
const struct exception_table_entry *search_exception_tables(unsigned long add);

Expand Down

0 comments on commit 7ed7df9

Please sign in to comment.