diff options
| author | Michael Brown | 2007-07-04 00:09:56 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-04 00:09:56 +0200 |
| commit | 89349d7fad252f0b36be4a764369e6dd40a2e692 (patch) | |
| tree | 72b112d6152fadee77673994f1e92b82a9c506e8 /src/include/gpxe/process.h | |
| parent | Added missing line to set return status code. (diff) | |
| download | ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.tar.gz ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.tar.xz ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.zip | |
Separated out initialisation functions from startup/shutdown functions.
Diffstat (limited to 'src/include/gpxe/process.h')
| -rw-r--r-- | src/include/gpxe/process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gpxe/process.h b/src/include/gpxe/process.h index 595787c0f..8d9b109a5 100644 --- a/src/include/gpxe/process.h +++ b/src/include/gpxe/process.h @@ -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 |
