removed reference to no_bsp.

added prototypes.
This commit is contained in:
Joel Sherrill
1997-04-07 21:28:21 +00:00
parent de1d7160c6
commit 318976f8dd
2 changed files with 20 additions and 8 deletions

View File

@@ -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 );

View File

@@ -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 );