+1
−1
+11
−14
module.c
0 → 100644
+91
−0
module.h
0 → 100644
+35
−0
+2
−0
Loading
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 <paul@codesourcery.com> Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>