diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2007-04-04 16:13:49 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2007-04-04 16:13:49 -0700 |
| commit | 89478bdbfa7167bc1b627a478d042c99e46f06b7 (patch) | |
| tree | 896ec57413dc8582a69700302391ef6fcb3d82ab /com32/include/syslinux | |
| parent | 22e06584ab074e76613175ff75417c23d9026459 (diff) | |
| download | syslinux-89478bdbfa7167bc1b627a478d042c99e46f06b7.tar.gz | |
Add syslinux_local_boot() wrapper function
Add API wrapper function for the Local Boot function.
Diffstat (limited to 'com32/include/syslinux')
| -rw-r--r-- | com32/include/syslinux/boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/include/syslinux/boot.h b/com32/include/syslinux/boot.h index c1120cff..9b1709f6 100644 --- a/com32/include/syslinux/boot.h +++ b/com32/include/syslinux/boot.h @@ -40,6 +40,8 @@ __noreturn syslinux_run_command(const char *); __noreturn syslinux_run_default(void); +void syslinux_local_boot(uint16_t flags); + void syslinux_final_cleanup(uint16_t flags); void syslinux_chain_bootstrap(uint16_t flags, const void *bootstrap, |
