source: ssp_rpi3/trunk/arch/arm64_gcc/common/core_unrename.h@ 386

Last change on this file since 386 was 386, checked in by nmir-saito, 5 years ago

modify svn:mimetype of files

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 993 bytes
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 * core_config.c
9 */
10#undef intnest
11#undef core_initialize
12#undef core_terminate
13#undef call_int_handler
14#undef call_exc_handler
15#undef call_fiq_handler
16#undef default_exc_handler
17#undef default_int_handler
18
19/*
20 * core_support.S
21 */
22#undef start_dispatch
23#undef call_exit_kernel
24#undef ret_int
25#undef ret_exc
26#undef ret_fiq
27#undef vectors
28
29#ifdef TOPPERS_LABEL_ASM
30
31/*
32 * core_config.c
33 */
34#undef _intnest
35#undef _core_initialize
36#undef _core_terminate
37#undef _call_int_handler
38#undef _call_exc_handler
39#undef _call_fiq_handler
40#undef _default_exc_handler
41#undef _default_int_handler
42
43/*
44 * core_support.S
45 */
46#undef _start_dispatch
47#undef _call_exit_kernel
48#undef _ret_int
49#undef _ret_exc
50#undef _ret_fiq
51#undef _vectors
52
53#endif /* TOPPERS_LABEL_ASM */
54
55
56#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracBrowser for help on using the repository browser.