Add a header file for strings
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:34 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit109860ff3ec7d3d2ba1363a29a480e2d8551ed21
treebaa3ca27a1667a3a420d58d96a8f1f733d893192
parent0bf964592ab2955957e1c265508ade345ff7683b
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>
include/string.h [new file with mode: 0644]