mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
removed reference to no_bsp.
added prototypes.
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
*/
|
*/
|
||||||
/* @(#)bsp.h 03/15/96 1.1 */
|
/* @(#)bsp.h 03/15/96 1.1 */
|
||||||
|
|
||||||
#ifndef __NO_BSP_h
|
#ifndef __P4000_BSP_h
|
||||||
#define __NO_BSP_h
|
#define __P4000_BSP_h
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -108,7 +108,13 @@ extern rtems_configuration_table BSP_Configuration;
|
|||||||
|
|
||||||
#define BSP_LIBIO_MAX_FDS 20
|
#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 );
|
void bsp_cleanup( void );
|
||||||
|
|
||||||
|
|||||||
@@ -16,8 +16,8 @@
|
|||||||
*/
|
*/
|
||||||
/* @(#)bsp.h 03/15/96 1.1 */
|
/* @(#)bsp.h 03/15/96 1.1 */
|
||||||
|
|
||||||
#ifndef __NO_BSP_h
|
#ifndef __P4000_BSP_h
|
||||||
#define __NO_BSP_h
|
#define __P4000_BSP_h
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
@@ -108,7 +108,13 @@ extern rtems_configuration_table BSP_Configuration;
|
|||||||
|
|
||||||
#define BSP_LIBIO_MAX_FDS 20
|
#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 );
|
void bsp_cleanup( void );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user