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