RTEMS
5.0.0
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
const char * | rtems_bsp_cmdline_get (void) |
Obtain Pointer to BSP Boot Command String. More... | |
const char * | rtems_bsp_cmdline_get_param (const char *name, char *value, size_t length) |
Obtain COPY of the Entire Matching Argument. More... | |
const char * | rtems_bsp_cmdline_get_param_rhs (const char *name, char *value, size_t length) |
Obtain COPY of the Right Hand Side of the Matching Argument. More... | |
const char * | rtems_bsp_cmdline_get_param_raw (const char *name) |
Obtain Pointer to the Entire Matching Argument. More... | |