97extern int vprintk(
const char *fmt, va_list ap);
99int rtems_printk_printer(
126extern
int putk(const
char *s);
void(* BSP_output_char_function_type)(char c)
Definition: bspIo.h:49
int(* BSP_polling_getchar_function_type)(void)
Definition: bspIo.h:55
int printk(const char *fmt,...) RTEMS_PRINTFLIKE(1
Kernel Print.
int vprintk(const char *fmt, va_list ap)
Variable Argument printk()
Definition: vprintk.c:29
BSP_output_char_function_type BSP_output_char
Definition: console-config.c:162
void rtems_putc(char c)
Kernel Put Character.
Definition: rtems_putc.c:28
int int putk(const char *s)
Kernel Put String.
Definition: putk.c:26
void rtems_put_char(int c, void *arg)
Puts the character via rtems_putc().
Definition: rtems_put_char.c:34
int getchark(void)
Get Character (kernel I/O)
Definition: getchark.c:24
BSP_polling_getchar_function_type BSP_poll_char
Definition: console-config.c:164
#define RTEMS_PRINTFLIKE(_format_pos, _ap_pos)
Tells the compiler that this function expects printf()-like arguments.
Definition: basedefs.h:249