18 #ifndef _RTEMS_BSPIO_H 19 #define _RTEMS_BSPIO_H 95 extern int vprintk(
const char *fmt, va_list ap);
97 int rtems_printk_printer(
124 extern
int putk(const
char *s);
BSP_polling_getchar_function_type BSP_poll_char
Definition: console-config.c:164
int int putk(const char *s)
Kernel Put String.
Definition: putk.c:26
int getchark(void)
Get Character (kernel I/O)
Definition: getchark.c:24
int vprintk(const char *fmt, va_list ap)
Variable Argument printk()
Definition: vprintk.c:34
void rtems_putc(char c)
Kernel Put Character.
Definition: rtems_putc.c:28
BSP_output_char_function_type BSP_output_char
Definition: console-config.c:162
#define RTEMS_PRINTFLIKE(_format_pos, _ap_pos)
Tells the compiler that this function expects printf()-like arguments.
Definition: basedefs.h:237
int(* BSP_polling_getchar_function_type)(void)
Definition: bspIo.h:53
void(* BSP_output_char_function_type)(char c)
Definition: bspIo.h:47
int printk(const char *fmt,...) RTEMS_PRINTFLIKE(1
Kernel Print.