forked from Imagelibrary/rtems
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
|
||||||
|
|
||||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
* This include file contains declaration of interface that
|
* This include file contains declaration of interface that
|
||||||
* will be provided by the file contained in this directory.
|
* will be provided by the file contained in this directory.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* COPYRIGHT (c) 1998 valette@crf.canon.fr
|
* COPYRIGHT (c) 1998 valette@crf.canon.fr
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -12,8 +11,8 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#ifndef _LIBBSP_I386_SHARED_IO_BSP_IO_H
|
#ifndef _rtems_bspIo_h
|
||||||
#define _LIBBSP_I386_SHARED_IO_BSP_IO_H
|
#define _rtems_bspIo_h
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All the functions declared as extern after this comment
|
* All the functions declared as extern after this comment
|
||||||
@@ -26,12 +25,13 @@ typedef char (*BSP_polling_getchar_function_type) (void);
|
|||||||
|
|
||||||
extern BSP_output_char_function_type BSP_output_char;
|
extern BSP_output_char_function_type BSP_output_char;
|
||||||
extern BSP_polling_getchar_function_type BSP_poll_char;
|
extern BSP_polling_getchar_function_type BSP_poll_char;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All the function declared as extern after this comment
|
* All the function declared as extern after this comment
|
||||||
* are available for each ix86 BSP by compiling and linking
|
* are available for each BSP by compiling and linking
|
||||||
* the files contained in this directory PROVIDED definition
|
* the files contained in this directory PROVIDED definition
|
||||||
* and initialisation of the previous variable are done.
|
* and initialisation of the previous variable are done.
|
||||||
*/
|
*/
|
||||||
void printk(char *fmt, ...);
|
extern void printk(char *fmt, ...);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rtems/bspIo.h: Fix cpp-guards, remove references to i386.
|
||||||
|
|
||||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
* This include file contains declaration of interface that
|
* This include file contains declaration of interface that
|
||||||
* will be provided by the file contained in this directory.
|
* will be provided by the file contained in this directory.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* COPYRIGHT (c) 1998 valette@crf.canon.fr
|
* COPYRIGHT (c) 1998 valette@crf.canon.fr
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -12,8 +11,8 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#ifndef _LIBBSP_I386_SHARED_IO_BSP_IO_H
|
#ifndef _rtems_bspIo_h
|
||||||
#define _LIBBSP_I386_SHARED_IO_BSP_IO_H
|
#define _rtems_bspIo_h
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All the functions declared as extern after this comment
|
* All the functions declared as extern after this comment
|
||||||
@@ -26,12 +25,13 @@ typedef char (*BSP_polling_getchar_function_type) (void);
|
|||||||
|
|
||||||
extern BSP_output_char_function_type BSP_output_char;
|
extern BSP_output_char_function_type BSP_output_char;
|
||||||
extern BSP_polling_getchar_function_type BSP_poll_char;
|
extern BSP_polling_getchar_function_type BSP_poll_char;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All the function declared as extern after this comment
|
* All the function declared as extern after this comment
|
||||||
* are available for each ix86 BSP by compiling and linking
|
* are available for each BSP by compiling and linking
|
||||||
* the files contained in this directory PROVIDED definition
|
* the files contained in this directory PROVIDED definition
|
||||||
* and initialisation of the previous variable are done.
|
* and initialisation of the previous variable are done.
|
||||||
*/
|
*/
|
||||||
void printk(char *fmt, ...);
|
extern void printk(char *fmt, ...);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user