diff options
Diffstat (limited to 'roms/u-boot/arch/sandbox/include/asm/string.h')
-rw-r--r-- | roms/u-boot/arch/sandbox/include/asm/string.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/sandbox/include/asm/string.h b/roms/u-boot/arch/sandbox/include/asm/string.h new file mode 100644 index 00000000..f247ff3b --- /dev/null +++ b/roms/u-boot/arch/sandbox/include/asm/string.h @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2011 The Chromium OS Authors. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <linux/string.h> |