source: asp3_wo_tecs/trunk/arch/arm_m_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: 1.5 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 * core_kernel_impl.c
9 */
10#undef exc_tbl
11#undef vector_table
12#undef lock_flag
13#undef saved_iipm
14#undef default_exc_handler
15#undef default_int_handler
16#undef config_int
17#undef core_initialize
18#undef core_terminate
19#undef bitpat_cfgint
20#undef set_exc_int_priority
21#undef enable_exc
22#undef disable_exc
23
24/*
25 * core_support.S
26 */
27#undef core_int_entry
28#undef core_exc_entry
29#undef ret_int
30#undef ret_int_r
31#undef ret_exc
32#undef svc_handler
33#undef svc_vector_tbl
34#undef start_r
35#undef dispatcher
36#undef dispatch
37#undef dispatch_r
38#undef start_dispatch
39#undef exit_and_dispatch
40#undef call_exit_kernel
41
42
43#ifdef TOPPERS_LABEL_ASM
44
45/*
46 * core_kernel_impl.c
47 */
48#undef _exc_tbl
49#undef _vector_table
50#undef _lock_flag
51#undef _saved_iipm
52#undef _default_exc_handler
53#undef _default_int_handler
54#undef _config_int
55#undef _core_initialize
56#undef _core_terminate
57#undef _bitpat_cfgint
58#undef _set_exc_int_priority
59#undef _enable_exc
60#undef _disable_exc
61
62/*
63 * core_support.S
64 */
65#undef _core_int_entry
66#undef _core_exc_entry
67#undef _ret_int
68#undef _ret_int_r
69#undef _ret_exc
70#undef _svc_handler
71#undef _svc_vector_tbl
72#undef _start_r
73#undef _dispatcher
74#undef _dispatch
75#undef _dispatch_r
76#undef _start_dispatch
77#undef _exit_and_dispatch
78#undef _call_exit_kernel
79
80
81#endif /* TOPPERS_LABEL_ASM */
82
83
84#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.