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

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-chdr
File size: 1.2 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#undef current_cpsr
29#undef set_cpsr
30
31/*
32 * core_kernel_impl.c
33 */
34#undef excpt_nest_count
35#undef arm_mmu_initialize
36#undef core_initialize
37#undef core_terminate
38#undef xlog_sys
39#undef xlog_fsr
40#undef default_int_handler
41#undef default_exc_handler
42
43/*
44 * gic_kernel_impl.c
45 */
46#undef gicc_initialize
47#undef gicc_terminate
48#undef gicd_initialize
49#undef gicd_terminate
50
51/*
52 * gic_support.S
53 */
54#undef irc_begin_int
55#undef irc_end_int
56#undef irc_get_intpri
57#undef irc_begin_exc
58#undef irc_end_exc
59
60/*
61 * pl310.c
62 */
63#undef pl310_initialize
64#undef pl310_disable
65#undef pl310_invalidate_all
66#undef pl310_clean_and_invalidate_all
67
68/*
69 * target_kernel_impl.c
70 */
71#undef arm_tnum_memory_area
72#undef arm_memory_area
73
74
75#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.