34#ifndef LIBBSP_SHARED_BOOTCARD_H
35#define LIBBSP_SHARED_BOOTCARD_H
37#include <rtems/config.h>
This header file provides the kernel character input/output support API.
This header file provides the interfaces of the Memory Handler.
#define RTEMS_NO_RETURN
Tells the compiler in a function declaration that this function does not return.
Definition: basedefs.h:386
const char * bsp_boot_cmdline
Global pointer to the command line of boot_card().
Definition: bootcard.c:44
void bsp_start_on_secondary_processor(struct Per_CPU_Control *cpu_self)
Standard start routine for secondary processors.
Definition: bspsmp.c:98
RTEMS_NO_RETURN void boot_card(const char *cmdline)
Standard system initialization procedure.
Definition: bootcard.c:58
This header file defines interfaces to support and use dynamic memory allocation.
Per CPU Core Structure.
Definition: percpu.h:384