source: asp3_wo_tecs/trunk/arch/arm_gcc/common/core_unrename.h@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 2.1 KB
Line 
1/* This file is generated from core_rename.def by genrename. */
2
3/* This file is included only when core_rename.h has been included. */
4#ifdef TOPPERS_CORE_RENAME_H
5#undef TOPPERS_CORE_RENAME_H
6
7/*
8 * kernel_cfg.c
9 */
10#undef inh_table
11#undef intcfg_table
12#undef exc_table
13
14/*
15 * core_support.S
16 */
17#undef dispatch
18#undef start_dispatch
19#undef exit_and_dispatch
20#undef call_exit_kernel
21#undef start_r
22#undef irq_handler
23#undef undef_handler
24#undef svc_handler
25#undef pabort_handler
26#undef dabort_handler
27#undef fiq_handler
28#undef current_cpsr
29#undef set_cpsr
30
31/*
32 * core_kernel_impl.c
33 */
34#undef excpt_nest_count
35#undef arm_mmu_initialize
36#undef core_initialize
37#undef core_terminate
38#undef xlog_sys
39#undef xlog_fsr
40#undef default_int_handler
41#undef default_exc_handler
42
43/*
44 * gic_kernel_impl.c
45 */
46#undef gicc_initialize
47#undef gicc_terminate
48#undef gicd_initialize
49#undef gicd_terminate
50
51/*
52 * gic_support.S
53 */
54#undef irc_begin_int
55#undef irc_end_int
56#undef irc_get_intpri
57#undef irc_begin_exc
58#undef irc_end_exc
59
60/*
61 * target_kernel_impl.c
62 */
63#undef arm_tnum_memory_area
64#undef arm_memory_area
65
66#ifdef TOPPERS_LABEL_ASM
67
68/*
69 * kernel_cfg.c
70 */
71#undef _inh_table
72#undef _intcfg_table
73#undef _exc_table
74
75/*
76 * core_support.S
77 */
78#undef _dispatch
79#undef _start_dispatch
80#undef _exit_and_dispatch
81#undef _call_exit_kernel
82#undef _start_r
83#undef _irq_handler
84#undef _undef_handler
85#undef _svc_handler
86#undef _pabort_handler
87#undef _dabort_handler
88#undef _fiq_handler
89#undef _current_cpsr
90#undef _set_cpsr
91
92/*
93 * core_kernel_impl.c
94 */
95#undef _excpt_nest_count
96#undef _arm_mmu_initialize
97#undef _core_initialize
98#undef _core_terminate
99#undef _xlog_sys
100#undef _xlog_fsr
101#undef _default_int_handler
102#undef _default_exc_handler
103
104/*
105 * gic_kernel_impl.c
106 */
107#undef _gicc_initialize
108#undef _gicc_terminate
109#undef _gicd_initialize
110#undef _gicd_terminate
111
112/*
113 * gic_support.S
114 */
115#undef _irc_begin_int
116#undef _irc_end_int
117#undef _irc_get_intpri
118#undef _irc_begin_exc
119#undef _irc_end_exc
120
121/*
122 * target_kernel_impl.c
123 */
124#undef _arm_tnum_memory_area
125#undef _arm_memory_area
126
127#endif /* TOPPERS_LABEL_ASM */
128
129
130#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.