RTEMS 6.1-rc5
|
This header file provides interfaces to BSP-specific linker symbols and sections. More...
Go to the source code of this file.
Macros | |
#define | BSP_FAST_TEXT_SECTION RTEMS_SECTION(".bsp_fast_text") |
#define | BSP_FAST_DATA_SECTION RTEMS_SECTION(".bsp_fast_data") |
#define | BSP_NOCACHE_SECTION RTEMS_SECTION(".bsp_nocache") |
#define | BSP_NOCACHE_SUBSECTION(subsection) RTEMS_SECTION(".bsp_nocache." # subsection) |
#define | BSP_NOCACHENOLOAD_SECTION RTEMS_SECTION(".bsp_noload_nocache") |
#define | BSP_NOCACHENOLOAD_SUBSECTION(subsection) RTEMS_SECTION(".bsp_noload_nocache." # subsection) |
This header file provides interfaces to BSP-specific linker symbols and sections.