source: EcnlProtoTool/trunk/asp3_dcre/arch/arm_gcc/common/core_unrename.h@ 429

Last change on this file since 429 was 429, checked in by coas-nagasima, 4 years ago

ASP3, TINET, mbed を更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 1.4 KB
Line 
1/* This file is generated from core_rename.def by genrename. */
2
3/* This file is included only when core_rename.h has been included. */
4#ifdef TOPPERS_CORE_RENAME_H
5#undef TOPPERS_CORE_RENAME_H
6
7/*
8 * kernel_cfg.c
9 */
10#undef inh_table
11#undef intcfg_table
12#undef exc_table
13
14/*
15 * core_support.S
16 */
17#undef dispatch
18#undef start_dispatch
19#undef exit_and_dispatch
20#undef call_exit_kernel
21#undef start_r
22#undef irq_handler
23#undef undef_handler
24#undef svc_handler
25#undef pabort_handler
26#undef dabort_handler
27#undef fiq_handler
28
29/*
30 * core_kernel_impl.c
31 */
32#undef excpt_nest_count
33#undef arm_mmu_initialize
34#undef arm_fpu_initialize
35#undef core_initialize
36#undef core_terminate
37#undef xlog_sys
38#undef xlog_fsr
39#undef default_int_handler
40#undef default_exc_handler
41
42/*
43 * mpcore_kernel_impl.c
44 */
45#undef mpcore_initialize
46#undef mpcore_terminate
47
48/*
49 * mpcore_timer.c
50 */
51#undef target_hrt_initialize
52#undef target_hrt_terminate
53#undef target_hrt_handler
54#undef target_ovrtimer_initialize
55#undef target_ovrtimer_terminate
56#undef target_ovrtimer_handler
57
58/*
59 * gic_kernel_impl.c
60 */
61#undef gicc_initialize
62#undef gicc_terminate
63#undef gicd_initialize
64#undef gicd_terminate
65
66/*
67 * gic_support.S
68 */
69#undef irc_begin_int
70#undef irc_end_int
71#undef irc_get_intpri
72#undef irc_begin_exc
73#undef irc_end_exc
74
75/*
76 * pl310.c
77 */
78#undef pl310_initialize
79#undef pl310_disable
80#undef pl310_invalidate_all
81#undef pl310_clean_and_invalidate_all
82
83
84#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.