source: asp_wio_terminal/trunk/target/samd51_gcc/target_unrename.h@ 460

Last change on this file since 460 was 460, checked in by msugi, 3 years ago

ファイル一式の追加

File size: 1.6 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 ipm_mask_tbl
11#undef inh_tbl
12
13/*
14 * target_config.c
15 */
16#undef idf
17#undef ipm
18#undef inh_ipm_tbl
19#undef bitpat_cfgint
20#undef x_config_int
21#undef target_exit
22#undef target_initialize
23#undef default_int_handler
24
25/*
26 * target_support.S
27 */
28#undef undef_handler
29#undef swi_handler
30#undef prefetch_handler
31#undef data_abort_handler
32#undef interrupt_handler
33#undef fiq_handler
34
35/*
36 * target_timer.c
37 */
38#undef target_timer_get_current
39#undef target_timer_probe_int
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
52#ifdef TOPPERS_LABEL_ASM
53
54/*
55 * kernel_cfg.c
56 */
57#undef _ipm_mask_tbl
58#undef _inh_tbl
59
60/*
61 * target_config.c
62 */
63#undef _idf
64#undef _ipm
65#undef _inh_ipm_tbl
66#undef _bitpat_cfgint
67#undef _x_config_int
68#undef _target_exit
69#undef _target_initialize
70#undef _default_int_handler
71
72/*
73 * target_support.S
74 */
75#undef _undef_handler
76#undef _swi_handler
77#undef _prefetch_handler
78#undef _data_abort_handler
79#undef _interrupt_handler
80#undef _fiq_handler
81
82/*
83 * target_timer.c
84 */
85#undef _target_timer_get_current
86#undef _target_timer_probe_int
87
88/*
89 * trace_config.c
90 */
91#undef _log_dsp_enter
92#undef _log_dsp_leave
93#undef _log_inh_enter
94#undef _log_inh_leave
95#undef _log_exc_enter
96#undef _log_exc_leave
97
98
99#endif /* TOPPERS_LABEL_ASM */
100
101#include "arm_m_gcc/common/core_unrename.h"
102
103#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.