RTEMS 6.1-rc1
Macros | Functions
start.h File Reference

Aarch64 system low level start. More...

#include <string.h>
#include <bsp/linker-symbols.h>

Go to the source code of this file.

Macros

#define BSP_START_TEXT_SECTION   __attribute__((section(".bsp_start_text")))
 
#define BSP_START_DATA_SECTION   __attribute__((section(".bsp_start_data")))
 

Functions

void _start (void)
 System start entry.
 
void bsp_start_hook_0 (void)
 Start entry hook 0. More...
 
void bsp_start_hook_1 (void)
 Start entry hook 1. More...
 

Detailed Description

Aarch64 system low level start.