From 3f2546b2ef55b661fd8dd69682b38992225e86f6 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 29 Apr 2019 01:17:54 +0100 Subject: Initial import of qemu-2.4.1 --- roms/u-boot/include/linux/linux_string.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roms/u-boot/include/linux/linux_string.h (limited to 'roms/u-boot/include/linux/linux_string.h') diff --git a/roms/u-boot/include/linux/linux_string.h b/roms/u-boot/include/linux/linux_string.h new file mode 100644 index 00000000..192b4c9b --- /dev/null +++ b/roms/u-boot/include/linux/linux_string.h @@ -0,0 +1,8 @@ +#ifndef _LINUX_LINUX_STRING_H_ +#define _LINUX_LINUX_STRING_H_ + +extern char * skip_spaces(const char *); + +extern char *strim(char *); + +#endif -- cgit v1.2.3