소스 검색

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 년 전
부모
커밋
109860ff3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/string.h

+ 1 - 0
include/string.h

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