Statistics
| Branch: | Revision:

root / module.c @ 97aff481

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
0bfe3ca5 05/14/2009 09:29 pm Anthony Liguori

Constructor support

Allow devices/drivers to register themselves via constructors.
Destructors are not needed (can be registered from a constructor)
and "priority" has been renamed and changed to an enum for clarity.

Signed-off-by: Paul Brook <>...