source: asp_ccsproject/trunk/asp/arch/arm_m_gcc/common/core_unrename.h@ 85

Last change on this file since 85 was 85, checked in by ecsg-okazaki, 10 years ago

2014/09/26 ECS E.Okazaki Folder configuration change

File size: 1.3 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
24/*
25 * core_support.S
26 */
27#undef core_int_entry
28#undef core_exc_entry
29#undef ret_int
30#undef ret_exc
31#undef svc_handler
32#undef start_r
33#undef dispatch
34#undef start_dispatch
35#undef exit_and_dispatch
36#undef call_exit_kernel
37
38#ifdef TOPPERS_LABEL_ASM
39
40/*
41 * core_config.c
42 */
43#undef _exc_tbl
44#undef _vector_table
45#undef _lock_flag
46#undef _saved_iipm
47#undef _default_exc_handler
48#undef _default_int_handler
49#undef _x_config_int
50#undef _core_initialize
51#undef _core_terminate
52#undef _bitpat_cfgint
53#undef _set_exc_int_priority
54#undef _enable_exc
55#undef _disable_exc
56
57/*
58 * core_support.S
59 */
60#undef _core_int_entry
61#undef _core_exc_entry
62#undef _ret_int
63#undef _ret_exc
64#undef _svc_handler
65#undef _start_r
66#undef _dispatch
67#undef _start_dispatch
68#undef _exit_and_dispatch
69#undef _call_exit_kernel
70
71#endif /* TOPPERS_LABEL_ASM */
72
73
74#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.