source: asp3_wo_tecs/trunk/target/dummy_gcc/target_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.8 KB
Line 
1/* This file is generated from target_rename.def by genrename. */
2
3/* This file is included only when target_rename.h has been included. */
4#ifdef TOPPERS_TARGET_RENAME_H
5#undef TOPPERS_TARGET_RENAME_H
6
7/*
8 * target_kernel_impl.c
9 */
10#undef dispatch
11#undef start_dispatch
12#undef exit_and_dispatch
13#undef ret_int
14#undef ret_exc
15#undef call_exit_kernel
16#undef start_r
17#undef target_initialize
18#undef target_exit
19
20/*
21 * target_timer.c
22 */
23#undef target_hrt_initialize
24#undef target_hrt_terminate
25#undef target_hrt_get_current
26#undef target_hrt_set_event
27#undef target_hrt_raise_event
28#undef target_hrt_handler
29#undef target_ovrtimer_initialize
30#undef target_ovrtimer_terminate
31#undef target_ovrtimer_start
32#undef target_ovrtimer_stop
33#undef target_ovrtimer_get_current
34#undef target_ovrtimer_handler
35
36/*
37 * trace_config.c
38 */
39#undef log_dsp_enter
40#undef log_dsp_leave
41#undef log_inh_enter
42#undef log_inh_leave
43#undef log_exc_enter
44#undef log_exc_leave
45
46#ifdef TOPPERS_LABEL_ASM
47
48/*
49 * target_kernel_impl.c
50 */
51#undef _dispatch
52#undef _start_dispatch
53#undef _exit_and_dispatch
54#undef _ret_int
55#undef _ret_exc
56#undef _call_exit_kernel
57#undef _start_r
58#undef _target_initialize
59#undef _target_exit
60
61/*
62 * target_timer.c
63 */
64#undef _target_hrt_initialize
65#undef _target_hrt_terminate
66#undef _target_hrt_get_current
67#undef _target_hrt_set_event
68#undef _target_hrt_raise_event
69#undef _target_hrt_handler
70#undef _target_ovrtimer_initialize
71#undef _target_ovrtimer_terminate
72#undef _target_ovrtimer_start
73#undef _target_ovrtimer_stop
74#undef _target_ovrtimer_get_current
75#undef _target_ovrtimer_handler
76
77/*
78 * trace_config.c
79 */
80#undef _log_dsp_enter
81#undef _log_dsp_leave
82#undef _log_inh_enter
83#undef _log_inh_leave
84#undef _log_exc_enter
85#undef _log_exc_leave
86
87#endif /* TOPPERS_LABEL_ASM */
88
89
90#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.