diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-12-07 11:33:45 +0000 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-12-07 11:33:45 +0000 |
commit | 10f6cf6eef0a7da7dad1933efdbfb101155792d0 (patch) | |
tree | d8ee3bfc6e55e739e0f135cd6d945955c670dd46 /com32/elflink/ldlinux/config.h | |
parent | 35928ee37da523e5f992cc462a4a4193d0bfaa4c (diff) | |
parent | ddb10ce99c327888ade4d2ba3e4c50ad12aaa059 (diff) | |
download | syslinux-10f6cf6eef0a7da7dad1933efdbfb101155792d0.tar.gz syslinux-10f6cf6eef0a7da7dad1933efdbfb101155792d0.tar.xz syslinux-10f6cf6eef0a7da7dad1933efdbfb101155792d0.zip |
Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3
Conflicts:
Makefile
com32/elflink/ldlinux/Makefile
com32/lib/sys/module/elf_module.c
core/cleanup.c
core/comboot.inc
core/conio.c
core/fs/fs.c
core/init.c
core/mem/free.c
core/mem/malloc.c
core/timer.inc
diag/geodsp/Makefile
extlinux/main.c
mk/embedded.mk
modules/Makefile
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/elflink/ldlinux/config.h')
-rw-r--r-- | com32/elflink/ldlinux/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index 63e33b69..c551fb19 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -48,5 +48,7 @@ extern int new_linux_kernel(char *okernel, char *ocmdline); extern void pm_load_high(com32sys_t *regs); extern void ldlinux_enter_command(void); +extern void ldlinux_console_init(void); +extern const char *apply_extension(const char *kernel, const char *ext); #endif /* __CONFIG_H__ */ |