summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-07 16:23:48 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-09-07 16:23:48 -0700
commit47ac912cd5d8df0a96b8f5b98d7476f7cfb1cb19 (patch)
treecad3d89e5ffbc713877091eee96493a9471f848c /com32/hdt/hdt-common.h
parente9069caefc1460ec7f4d058796005474c125fc61 (diff)
parent39758675d88eb2b0d5c64239aa5d47df61e4d106 (diff)
downloadsyslinux-47ac912cd5d8df0a96b8f5b98d7476f7cfb1cb19.tar.gz
Merge branch 'cmenu-video' into hdt-next
Conflicts: com32/hdt/hdt-cli-disk.c com32/hdt/hdt-common.c Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index ef9382b7..8ef24e7b 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -47,6 +47,7 @@
#include "hdt-ata.h"
#include "../lib/sys/vesa/vesa.h"
#include <vpd/vpd.h>
+#include <libansi.h>
/* Declare a variable or data structure as unused. */
#define __unused __attribute__ (( unused ))
@@ -161,6 +162,7 @@ struct s_hardware {
void reset_more_printf();
const char *find_argument(const char **argv, const char *argument);
char *remove_spaces(char *p);
+char *remove_trailing_lf(char *p);
char *skip_spaces(char *p);
char *del_multi_spaces(char *p);
int detect_dmi(struct s_hardware *hardware);