summaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-sh/asm/processor.h
diff options
context:
space:
mode:
authorTony SIM <sim.chinyeow@renesas.com>2010-01-28 17:04:55 +0900
committerTony Sim <sim.chinyeow@renesas.com>2010-02-01 16:06:40 +0900
commit1d7a8944d8b416d06974f82999dc46c4a44b771a (patch)
tree7dac89f2198bbcf341abdf31350e6f24b460a764 /libc/kernel/arch-sh/asm/processor.h
parent95604529ec25fe7923ba88312c590f38aa5e3d9e (diff)
downloadbionic-1d7a8944d8b416d06974f82999dc46c4a44b771a.zip
bionic-1d7a8944d8b416d06974f82999dc46c4a44b771a.tar.gz
bionic-1d7a8944d8b416d06974f82999dc46c4a44b771a.tar.bz2
added headers for SuperH which automatically generate by update_all.py
base on kernel 2.6.27 arch/sh/include/asm/
Diffstat (limited to 'libc/kernel/arch-sh/asm/processor.h')
-rw-r--r--libc/kernel/arch-sh/asm/processor.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/libc/kernel/arch-sh/asm/processor.h b/libc/kernel/arch-sh/asm/processor.h
new file mode 100644
index 0000000..e808ed6
--- /dev/null
+++ b/libc/kernel/arch-sh/asm/processor.h
@@ -0,0 +1,50 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** 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.
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef __ASM_SH_PROCESSOR_H
+#define __ASM_SH_PROCESSOR_H
+
+#include <asm/cpu-features.h>
+#include <asm/segment.h>
+
+#ifndef __ASSEMBLY__
+
+enum cpu_type {
+
+ CPU_SH7619,
+
+ CPU_SH7203, CPU_SH7206, CPU_SH7263, CPU_MXG,
+
+ CPU_SH7705, CPU_SH7706, CPU_SH7707,
+ CPU_SH7708, CPU_SH7708S, CPU_SH7708R,
+ CPU_SH7709, CPU_SH7709A, CPU_SH7710, CPU_SH7712,
+ CPU_SH7720, CPU_SH7721, CPU_SH7729,
+
+ CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R,
+ CPU_SH7760, CPU_SH4_202, CPU_SH4_501,
+
+ CPU_SH7763, CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785,
+ CPU_SH7723, CPU_SHX3,
+
+ CPU_SH7343, CPU_SH7722, CPU_SH7366,
+
+ CPU_SH5_101, CPU_SH5_103,
+
+ CPU_SH_NONE
+};
+
+struct sh_cpuinfo;
+
+#endif
+
+#include "processor_32.h"
+
+#endif