Go to the source code of this file.
Defines | |
| #define | DEBUG_PCI(msg,...) ddekit_printf( "\033[33m"msg"\033[0m\n", ##__VA_ARGS__) |
Functions | |
| void | driver_init (void) |
| driver_init - initialize driver model. | |
| int | classes_init (void) |
| void __init | __attribute__ ((used)) |
| void | l4dde26_do_initcalls (void) |
| dde_initcall (l4dde26_init) | |
Variables | |
| unsigned long | __per_cpu_offset [NR_CPUS] |
| #define DEBUG_PCI | ( | msg, | |||
| ... | ) | ddekit_printf( "\033[33m"msg"\033[0m\n", ##__VA_ARGS__) |
Definition at line 6 of file linux26/lib/src/arch/l4/init.c.
| void __init __attribute__ | ( | (used) | ) |
Definition at line 14 of file linux26/lib/src/arch/l4/init.c.
| dde_initcall | ( | l4dde26_init | ) |
| void driver_init | ( | void | ) |
driver_init - initialize driver model.
Call the driver model init functions to initialize their subsystems. Called early from init/main.c.
Definition at line 20 of file linux26/lib/src/drivers/base/init.c.
| void l4dde26_do_initcalls | ( | void | ) |
Definition at line 27 of file linux26/lib/src/arch/l4/init.c.
| unsigned long __per_cpu_offset[NR_CPUS] |
Definition at line 9 of file linux26/lib/src/arch/l4/init.c.
1.5.6