mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -34,7 +34,6 @@ struct process {
|
||||
extern void process_add ( struct process *process );
|
||||
extern void process_del ( struct process *process );
|
||||
extern void step ( void );
|
||||
extern void init_processes ( void );
|
||||
|
||||
/**
|
||||
* Initialise process without adding to process list
|
||||
|
||||
Reference in New Issue
Block a user