mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
Added monojob controller in lieu of a full working shell.
This commit is contained in:
@@ -65,6 +65,7 @@ extern struct job_interface null_job;
|
||||
extern struct job_interface_operations null_job_ops;
|
||||
|
||||
extern void job_done ( struct job_interface *job, int rc );
|
||||
extern void job_kill ( struct job_interface *job );
|
||||
|
||||
extern void ignore_job_done ( struct job_interface *job, int rc );
|
||||
extern void ignore_job_kill ( struct job_interface *job );
|
||||
|
||||
Reference in New Issue
Block a user