summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-cli.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2012-05-29 21:14:33 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2012-05-29 21:14:33 +0200
commit871650dd981da850bc05eae6de7471b3069926e9 (patch)
tree03430936fb33d59f5a0e100c2bfe22bbe2739632 /com32/hdt/hdt-cli.h
parent58e02d3e8b193e5da94239c82db8f78a2297a79f (diff)
downloadsyslinux-871650dd981da850bc05eae6de7471b3069926e9.tar.gz
hdt: Adding sleep command
This command will help users getting some delay between two automatic commands. As an example, it can be used to show a serie of pictures.
Diffstat (limited to 'com32/hdt/hdt-cli.h')
-rw-r--r--com32/hdt/hdt-cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/hdt-cli.h b/com32/hdt/hdt-cli.h
index 0965dfa3..82a4fc99 100644
--- a/com32/hdt/hdt-cli.h
+++ b/com32/hdt/hdt-cli.h
@@ -68,6 +68,7 @@
#define CLI_DUMP "dump"
#define CLI_SAY "say"
#define CLI_DISPLAY "display"
+#define CLI_SLEEP "sleep"
typedef enum {
INVALID_MODE,