Browse Source

Add a header file for strings

Add a string.h header for libraries that expect this to be available, now
that U-Boot's version has moved to include/linux.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 6 năm trước cách đây
mục cha
commit
109860ff3e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/string.h

+ 1 - 0
include/string.h

@@ -0,0 +1 @@
+#include <linux/string.h>