forked from Imagelibrary/rtems
removed reference to no_bsp.
added prototypes.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
/* @(#)bsp.h 03/15/96 1.1 */
|
||||
|
||||
#ifndef __NO_BSP_h
|
||||
#define __NO_BSP_h
|
||||
#ifndef __P4000_BSP_h
|
||||
#define __P4000_BSP_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -108,7 +108,13 @@ extern rtems_configuration_table BSP_Configuration;
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
|
||||
int bsp_start(
|
||||
int argc,
|
||||
char **argv,
|
||||
char **environp
|
||||
);
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
*/
|
||||
/* @(#)bsp.h 03/15/96 1.1 */
|
||||
|
||||
#ifndef __NO_BSP_h
|
||||
#define __NO_BSP_h
|
||||
#ifndef __P4000_BSP_h
|
||||
#define __P4000_BSP_h
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -108,7 +108,13 @@ extern rtems_configuration_table BSP_Configuration;
|
||||
|
||||
#define BSP_LIBIO_MAX_FDS 20
|
||||
|
||||
/* functions */
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
|
||||
int bsp_start(
|
||||
int argc,
|
||||
char **argv,
|
||||
char **environp
|
||||
);
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user