source: asp3_wo_tecs/trunk/target/blueninja_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: 899 bytes
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/*
9 * target_kernel_impl.c
10 */
11#undef target_initialize
12#undef target_exit
13
14/*
15 * target_timer.c
16 */
17#undef target_hrt_initialize
18#undef target_hrt_terminate
19#undef target_hrt_handler
20#undef target_hrt_get_current
21#undef target_hrt_set_event
22#undef target_hrt_raise_event
23
24#ifdef TOPPERS_LABEL_ASM
25
26
27/*
28 * target_kernel_impl.c
29 */
30#undef _target_initialize
31#undef _target_exit
32
33/*
34 * target_timer.c
35 */
36#undef _target_hrt_initialize
37#undef _target_hrt_terminate
38#undef _target_hrt_handler
39#undef _target_hrt_get_current
40#undef _target_hrt_set_event
41#undef _target_hrt_raise_event
42
43#endif /* TOPPERS_LABEL_ASM */
44
45#include "arm_m_gcc/common/core_unrename.h"
46
47#endif /* TOPPERS_TARGET_RENAME_H */
Note: See TracBrowser for help on using the repository browser.