source: ssp_arm_gcc/trunk/arch/arm_gcc/common/core_unrename.h@ 92

Last change on this file since 92 was 92, checked in by nmir-saito, 9 years ago

add separate package of SSP kernel for ARM + SkyEye(experimental)

File size: 1021 bytes
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 exch_tbl
11
12/*
13 * core_support.S
14 */
15#undef start_r
16#undef ret_int
17#undef ret_exc
18#undef exch_tbl
19#undef dispatch
20#undef start_dispatch
21#undef exit_and_dispatch
22#undef call_exit_kernel
23#undef default_exc_handler
24
25/*
26 * core_config.c
27 */
28#undef excpt_nest_count
29#undef core_initialize
30#undef core_terminate
31#undef x_install_exc
32
33#ifdef TOPPERS_LABEL_ASM
34
35/*
36 * kernel_cfg.c
37 */
38#undef _exch_tbl
39
40/*
41 * core_support.S
42 */
43#undef _start_r
44#undef _ret_int
45#undef _ret_exc
46#undef _exch_tbl
47#undef _dispatch
48#undef _start_dispatch
49#undef _exit_and_dispatch
50#undef _call_exit_kernel
51#undef _default_exc_handler
52
53/*
54 * core_config.c
55 */
56#undef _excpt_nest_count
57#undef _core_initialize
58#undef _core_terminate
59#undef _x_install_exc
60
61#endif /* TOPPERS_LABEL_ASM */
62
63
64#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.