source: asp3_wo_tecs/trunk/target/macosx_xcode/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.9 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 * kernel_cfg.c
9 */
10#undef sigmask_table
11#undef sigmask_disint_init
12
13/*
14 * target_kernel_impl.c
15 */
16#undef sigmask_intlock
17#undef sigmask_cpulock
18#undef lock_flag
19#undef saved_sigmask
20#undef intpri_value
21#undef sigmask_disint
22#undef dispatch
23#undef exit_and_dispatch
24#undef call_exit_kernel
25#undef start_r
26#undef target_initialize
27#undef target_exit
28
29/*
30 * target_timer.c
31 */
32#undef target_timer_initialize
33#undef target_timer_terminate
34#undef target_hrt_get_current
35#undef target_hrt_set_event
36#undef target_hrt_raise_event
37#undef target_ovrtimer_start
38#undef target_ovrtimer_stop
39#undef target_ovrtimer_get_current
40#undef target_timer_handler
41
42/*
43 * trace_config.c
44 */
45#undef log_dsp_enter
46#undef log_dsp_leave
47#undef log_inh_enter
48#undef log_inh_leave
49#undef log_exc_enter
50#undef log_exc_leave
51
52#ifdef TOPPERS_LABEL_ASM
53
54/*
55 * kernel_cfg.c
56 */
57#undef _sigmask_table
58#undef _sigmask_disint_init
59
60/*
61 * target_kernel_impl.c
62 */
63#undef _sigmask_intlock
64#undef _sigmask_cpulock
65#undef _lock_flag
66#undef _saved_sigmask
67#undef _intpri_value
68#undef _sigmask_disint
69#undef _dispatch
70#undef _exit_and_dispatch
71#undef _call_exit_kernel
72#undef _start_r
73#undef _target_initialize
74#undef _target_exit
75
76/*
77 * target_timer.c
78 */
79#undef _target_timer_initialize
80#undef _target_timer_terminate
81#undef _target_hrt_get_current
82#undef _target_hrt_set_event
83#undef _target_hrt_raise_event
84#undef _target_ovrtimer_start
85#undef _target_ovrtimer_stop
86#undef _target_ovrtimer_get_current
87#undef _target_timer_handler
88
89/*
90 * trace_config.c
91 */
92#undef _log_dsp_enter
93#undef _log_dsp_leave
94#undef _log_inh_enter
95#undef _log_inh_leave
96#undef _log_exc_enter
97#undef _log_exc_leave
98
99#endif /* TOPPERS_LABEL_ASM */
100
101
102#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.