From 1d7a8944d8b416d06974f82999dc46c4a44b771a Mon Sep 17 00:00:00 2001 From: Tony SIM Date: Thu, 28 Jan 2010 17:04:55 +0900 Subject: added headers for SuperH which automatically generate by update_all.py base on kernel 2.6.27 arch/sh/include/asm/ --- libc/kernel/arch-sh/asm/string.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libc/kernel/arch-sh/asm/string.h (limited to 'libc/kernel/arch-sh/asm/string.h') diff --git a/libc/kernel/arch-sh/asm/string.h b/libc/kernel/arch-sh/asm/string.h new file mode 100644 index 0000000..ba7b12b --- /dev/null +++ b/libc/kernel/arch-sh/asm/string.h @@ -0,0 +1,12 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + **************************************************************************** + ****************************************************************************/ +#include "string_32.h" -- cgit v1.1