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

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

initial

File size: 1.0 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 TIMER_IRC
14#undef cpu_experr
15
16/*
17 * cpu_support.S
18 */
19#undef activate_r
20#undef no_reg_exception
21#undef common_interrupt_process
22
23/*
24 * hw_serial.c
25 */
26#undef siopcb_table
27#undef SCI_cls_por
28#undef SCI_ierdy_rcv
29#undef SCI_ierdy_snd
30#undef SCI_in_handler
31#undef SCI_initialize
32#undef SCI_out_handler
33
34/*
35 * vector.S
36 */
37#undef vector
38
39#ifdef LABEL_ASM
40
41/*
42 * cpu_config.c
43 */
44#undef _intnest
45#undef _iscpulocked
46#undef _task_intmask
47#undef _int_intmask
48#undef _TIMER_IRC
49#undef _cpu_experr
50
51/*
52 * cpu_support.S
53 */
54#undef _activate_r
55#undef _no_reg_exception
56#undef _common_interrupt_process
57
58/*
59 * hw_serial.c
60 */
61#undef _siopcb_table
62#undef _SCI_cls_por
63#undef _SCI_ierdy_rcv
64#undef _SCI_ierdy_snd
65#undef _SCI_in_handler
66#undef _SCI_initialize
67#undef _SCI_out_handler
68
69/*
70 * vector.S
71 */
72#undef _vector
73
74#endif /* LABEL_ASM */
75#endif /* _CPU_UNRENAME_H_ */
Note: See TracBrowser for help on using the repository browser.