source: asp3_wo_tecs/trunk/target/ct11mpcore_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.2 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 target_initialize
11#undef target_exit
12
13/*
14 * target_timer.c
15 */
16#undef target_ovrtimer_initialize
17#undef target_ovrtimer_terminate
18#undef target_ovrtimer_start
19#undef target_ovrtimer_stop
20#undef target_ovrtimer_get_current
21#undef target_ovrtimer_handler
22
23/*
24 * trace_config.c
25 */
26#undef log_dsp_enter
27#undef log_dsp_leave
28#undef log_inh_enter
29#undef log_inh_leave
30#undef log_exc_enter
31#undef log_exc_leave
32
33
34#ifdef TOPPERS_LABEL_ASM
35
36/*
37 * target_kernel_impl.c
38 */
39#undef _target_initialize
40#undef _target_exit
41
42/*
43 * target_timer.c
44 */
45#undef _target_ovrtimer_initialize
46#undef _target_ovrtimer_terminate
47#undef _target_ovrtimer_start
48#undef _target_ovrtimer_stop
49#undef _target_ovrtimer_get_current
50#undef _target_ovrtimer_handler
51
52/*
53 * trace_config.c
54 */
55#undef _log_dsp_enter
56#undef _log_dsp_leave
57#undef _log_inh_enter
58#undef _log_inh_leave
59#undef _log_exc_enter
60#undef _log_exc_leave
61
62
63#endif /* TOPPERS_LABEL_ASM */
64
65#include "chip_unrename.h"
66
67#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.