21#ifndef LIBBSP_SHARED_BOOTCARD_H
22#define LIBBSP_SHARED_BOOTCARD_H
24#include <rtems/config.h>
Interface to Kernel Print Methods.
const char * bsp_boot_cmdline
Global pointer to the command line of boot_card().
Definition: bootcard.c:25
void boot_card(const char *cmdline) RTEMS_NO_RETURN
Standard system initialization procedure.
Definition: bootcard.c:39
void bsp_start_on_secondary_processor(struct Per_CPU_Control *cpu_self)
Standard start routine for secondary processors.
Definition: bspsmp.c:85
#define RTEMS_NO_RETURN
Definition: basedefs.h:102
Information Related to the RAM Workspace.
Per CPU Core Structure.
Definition: percpu.h:347