Statistics
| Branch: | Revision:

root / module.h @ 5493e33f

History | View | Annotate | Download (957 Bytes)

# 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 <>...