source: rtos_arduino/trunk/asp_1.9.2/arch/arm_m_gcc/common/core_unrename.h@ 136

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

ライブラリとOS及びベーシックなサンプルの追加.

File size: 1.6 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_config.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 x_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#undef iipm_enable_irq_tbl
24#undef iipm_enable_systic_tbl
25#undef iipm
26#undef ief
27#undef ief_systick
28
29/*
30 * core_support.S
31 */
32#undef core_int_entry
33#undef core_exc_entry
34#undef ret_int
35#undef ret_exc
36#undef svc_handler
37#undef start_r
38#undef dispatch
39#undef start_dispatch
40#undef exit_and_dispatch
41#undef call_exit_kernel
42
43/*
44 * start.S
45 */
46#undef _start
47
48#ifdef TOPPERS_LABEL_ASM
49
50/*
51 * core_config.c
52 */
53#undef _exc_tbl
54#undef _vector_table
55#undef _lock_flag
56#undef _saved_iipm
57#undef _default_exc_handler
58#undef _default_int_handler
59#undef _x_config_int
60#undef _core_initialize
61#undef _core_terminate
62#undef _bitpat_cfgint
63#undef _set_exc_int_priority
64#undef _enable_exc
65#undef _disable_exc
66#undef _iipm_enable_irq_tbl
67#undef _iipm_enable_systic_tbl
68#undef _iipm
69#undef _ief
70#undef _ief_systick
71
72/*
73 * core_support.S
74 */
75#undef _core_int_entry
76#undef _core_exc_entry
77#undef _ret_int
78#undef _ret_exc
79#undef _svc_handler
80#undef _start_r
81#undef _dispatch
82#undef _start_dispatch
83#undef _exit_and_dispatch
84#undef _call_exit_kernel
85
86/*
87 * start.S
88 */
89#undef __start
90
91#endif /* TOPPERS_LABEL_ASM */
92
93
94#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.