summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-02-25 21:53:01 +0100
committerH. Peter Anvin <hpa@linux.intel.com>2009-02-26 13:25:25 -0800
commitc73ffb0c9d7b42046a895df80b2443c21d41fef7 (patch)
tree6b2daeae7adf332086d7d657be47936c96b1ec1a /com32/hdt/hdt-cli.h
parentdb3d9fd124f8971e38fb8b44b83f9d739b10ef7e (diff)
downloadsyslinux-c73ffb0c9d7b42046a895df80b2443c21d41fef7.tar.gz
hdt: More kernel stuff
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 80780b20..31a5c0d4 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -105,5 +105,5 @@ void main_show_pxe(struct s_hardware *hardware,struct s_cli_mode *cli_mode);
//KERNEL STUFF
void main_show_kernel(struct s_hardware *hardware,struct s_cli_mode *cli_mode);
-
+void handle_kernel_commands(char *cli_line, struct s_cli_mode *cli_mode, struct s_hardware *hardware);
#endif