source: asp_wo_cfg/trunk/target/macosx_gcc/target_unrename.h@ 53

Last change on this file since 53 was 53, checked in by ertl-hiro, 12 years ago

ターゲット依存部のリネーム抜けの修正.README.txtにポーティングの際の必要事項を追記。

  • Property svn:keywords set to Id
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_config.c
15 */
16#undef sigmask_intlock
17#undef sigmask_cpulock
18#undef lock_flag
19#undef saved_sigmask
20#undef ipm_value
21#undef sigmask_disint
22#undef dispatch
23#undef exit_and_dispatch
24#undef ret_int
25#undef ret_exc
26#undef call_exit_kernel
27#undef start_r
28#undef target_check_cint
29#undef target_check_dexc
30#undef target_initialize
31#undef target_prepare
32#undef target_exit
33
34/*
35 * target_timer.c
36 */
37#undef target_timer_get_current
38#undef target_timer_probe_int
39#undef target_ovrtimer_start
40#undef target_ovrtimer_stop
41#undef target_ovrtimer_get_current
42
43/*
44 * trace_config.c
45 */
46#undef log_dsp_enter
47#undef log_dsp_leave
48#undef log_inh_enter
49#undef log_inh_leave
50#undef log_exc_enter
51#undef log_exc_leave
52
53#ifdef TOPPERS_LABEL_ASM
54
55/*
56 * kernel_cfg.c
57 */
58#undef _sigmask_table
59#undef _sigmask_disint_init
60
61/*
62 * target_config.c
63 */
64#undef _sigmask_intlock
65#undef _sigmask_cpulock
66#undef _lock_flag
67#undef _saved_sigmask
68#undef _ipm_value
69#undef _sigmask_disint
70#undef _dispatch
71#undef _exit_and_dispatch
72#undef _ret_int
73#undef _ret_exc
74#undef _call_exit_kernel
75#undef _start_r
76#undef _target_check_cint
77#undef _target_check_dexc
78#undef _target_initialize
79#undef _target_prepare
80#undef _target_exit
81
82/*
83 * target_timer.c
84 */
85#undef _target_timer_get_current
86#undef _target_timer_probe_int
87#undef _target_ovrtimer_start
88#undef _target_ovrtimer_stop
89#undef _target_ovrtimer_get_current
90
91/*
92 * trace_config.c
93 */
94#undef _log_dsp_enter
95#undef _log_dsp_leave
96#undef _log_inh_enter
97#undef _log_inh_leave
98#undef _log_exc_enter
99#undef _log_exc_leave
100
101#endif /* TOPPERS_LABEL_ASM */
102
103
104#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.