source: anotherchoice/tags/jsp-1.4.4-full-UTF8/config/h8-renesas/cpu_unrename.h@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 1.1 KB
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_config.c
8 */
9#undef intnest
10#undef iscpulocked
11#undef task_intmask
12#undef int_intmask
13#undef cpu_experr
14#undef cpu_putc
15#undef TIMER_ICU
16
17/*
18 * cpu_support.src
19 */
20#undef activate_r
21#undef no_reg_exception
22
23/*
24 * start.src
25 */
26#undef start
27#undef start_1
28
29/*
30 * hw_serial.c
31 */
32#undef siopcb_table
33#undef SCI_cls_por
34#undef SCI_ierdy_rcv
35#undef SCI_ierdy_snd
36#undef SCI_in_handler
37#undef SCI_initialize
38#undef SCI_out_handler
39
40#ifdef LABEL_ASM
41
42/*
43 * cpu_config.c
44 */
45#undef _intnest
46#undef _iscpulocked
47#undef _task_intmask
48#undef _int_intmask
49#undef _cpu_experr
50#undef _cpu_putc
51#undef _TIMER_ICU
52
53/*
54 * cpu_support.src
55 */
56#undef _activate_r
57#undef _no_reg_exception
58
59/*
60 * start.src
61 */
62#undef _start
63#undef _start_1
64
65/*
66 * hw_serial.c
67 */
68#undef _siopcb_table
69#undef _SCI_cls_por
70#undef _SCI_ierdy_rcv
71#undef _SCI_ierdy_snd
72#undef _SCI_in_handler
73#undef _SCI_initialize
74#undef _SCI_out_handler
75
76#endif /* LABEL_ASM */
77#endif /* _CPU_UNRENAME_H_ */
Note: See TracBrowser for help on using the repository browser.