|
Linux Kernel
3.7.1
|
#include <stdarg.h>#include <linux/types.h>#include <linux/sched.h>#include <linux/console.h>#include <linux/init.h>#include <asm/processor.h>#include <asm/udbg.h>Go to the source code of this file.
Macros | |
| #define | UDBG_BUFSIZE 256 |
Functions | |
| void __init | udbg_early_init (void) |
| void | udbg_puts (const char *s) |
| int | udbg_write (const char *s, int n) |
| int | udbg_read (char *buf, int buflen) |
| void | udbg_printf (const char *fmt,...) |
| void __init | udbg_progress (char *s, unsigned short hex) |
| void __init | register_early_udbg_console (void) |
Variables | |
| void(* | udbg_putc )(char c) |
| void(* | udbg_flush )(void) |
| int(* | udbg_getc )(void) |
| int(* | udbg_getc_poll )(void) |
1.8.2