forked from Imagelibrary/rtems
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/bspcmdline/bspcmdline.h, libmisc/bspcmdline/bspcmdline_get.c, libmisc/bspcmdline/bspcmdline_getparam.c, libmisc/bspcmdline/bspcmdline_getparamraw.c, libmisc/bspcmdline/bspcmdline_getparamrhs.c: New files. Missed in previous commit.
This commit is contained in:
19
cpukit/libmisc/bspcmdline/bspcmdline_get.c
Normal file
19
cpukit/libmisc/bspcmdline/bspcmdline_get.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems/bspcmdline.h>
|
||||
|
||||
extern const char *bsp_boot_cmdline;
|
||||
|
||||
const char *bsp_cmdline_get(void)
|
||||
{
|
||||
return bsp_boot_cmdline;
|
||||
}
|
||||
Reference in New Issue
Block a user