• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef __ASM_SH_PROCESSOR_H
13 #define __ASM_SH_PROCESSOR_H
14 
15 #include <asm/cpu-features.h>
16 #include <asm/segment.h>
17 
18 #ifndef __ASSEMBLY__
19 
20 enum cpu_type {
21 
22  CPU_SH7619,
23 
24  CPU_SH7203, CPU_SH7206, CPU_SH7263, CPU_MXG,
25 
26  CPU_SH7705, CPU_SH7706, CPU_SH7707,
27  CPU_SH7708, CPU_SH7708S, CPU_SH7708R,
28  CPU_SH7709, CPU_SH7709A, CPU_SH7710, CPU_SH7712,
29  CPU_SH7720, CPU_SH7721, CPU_SH7729,
30 
31  CPU_SH7750, CPU_SH7750S, CPU_SH7750R, CPU_SH7751, CPU_SH7751R,
32  CPU_SH7760, CPU_SH4_202, CPU_SH4_501,
33 
34  CPU_SH7763, CPU_SH7770, CPU_SH7780, CPU_SH7781, CPU_SH7785,
35  CPU_SH7723, CPU_SHX3,
36 
37  CPU_SH7343, CPU_SH7722, CPU_SH7366,
38 
39  CPU_SH5_101, CPU_SH5_103,
40 
41  CPU_SH_NONE
42 };
43 
44 struct sh_cpuinfo;
45 
46 #endif
47 
48 #include "processor_32.h"
49 
50 #endif
51