source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/sh2/cpu_unrename.h@ 363

Last change on this file since 363 was 363, checked in by ykominami, 5 years ago

add tags/jsp-1.4.4-full-UTF8

  • Property svn:executable set to *
File size: 816 bytes
Line 
1/* This file is generated from cpu_rename.def by genrename. */
2
3#ifdef _CPU_UNRENAME_H_
4#undef _CPU_UNRENAME_H_
5
6/*
7 * cpu_support.S
8 */
9#undef activate_r
10#undef interrupt_entry
11#undef cpu_exception_entry
12#undef no_reg_exception
13
14/*
15 * cpu_config.c
16 */
17#undef task_intmask
18#undef int_intmask
19#undef intnest
20#undef vector_table
21#undef cpu_experr
22#undef define_exc
23#undef check_cpu_exc_entry
24
25/*
26 * start.S
27 */
28#undef start
29
30#ifdef LABEL_ASM
31
32/*
33 * cpu_support.S
34 */
35#undef _activate_r
36#undef _interrupt_entry
37#undef _cpu_exception_entry
38#undef _no_reg_exception
39
40/*
41 * cpu_config.c
42 */
43#undef _task_intmask
44#undef _int_intmask
45#undef _intnest
46#undef _vector_table
47#undef _cpu_experr
48#undef _define_exc
49#undef _check_cpu_exc_entry
50
51/*
52 * start.S
53 */
54#undef _start
55
56#endif /* LABEL_ASM */
57#endif /* _CPU_UNRENAME_H_ */
Note: See TracBrowser for help on using the repository browser.