summaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-sh/asm/processor.h
blob: e808ed6b4115df1e4f4be26bd22873bc6a92c0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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