summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/include/linux/linux_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/include/linux/linux_string.h')
-rw-r--r--qemu/roms/u-boot/include/linux/linux_string.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/roms/u-boot/include/linux/linux_string.h b/qemu/roms/u-boot/include/linux/linux_string.h
deleted file mode 100644
index 192b4c9be..000000000
--- a/qemu/roms/u-boot/include/linux/linux_string.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _LINUX_LINUX_STRING_H_
-#define _LINUX_LINUX_STRING_H_
-
-extern char * skip_spaces(const char *);
-
-extern char *strim(char *);
-
-#endif