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

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

asp_wo_kernelをコミット。

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