Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/serial_core.h>
#include <linux/console.h>
#include <linux/string.h>
#include <linux/reboot.h>
#include <asm/blackfin.h>
#include <asm/irq_handler.h>
#include <asm/early_printk.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_PORT 0 |
#define | DEFAULT_CFLAG CS8|B57600 |
#define | DEFAULT_EARLY_PORT "serial,uart0,57600" |
Functions | |
int __init | setup_early_printk (char *buf) |
asmlinkage void __init | init_early_exception_vectors (void) |
__attribute__ ((__noreturn__)) | |
early_param ("earlyprintk", setup_early_printk) | |
Definition at line 32 of file early_printk.c.
#define DEFAULT_EARLY_PORT "serial,uart0,57600" |
Definition at line 35 of file early_printk.c.
#define DEFAULT_PORT 0 |
Definition at line 31 of file early_printk.c.
__attribute__ | ( | (__noreturn__) | ) |
Definition at line 204 of file early_printk.c.
early_param | ( | "earlyprintk" | , |
setup_early_printk | |||
) |
asmlinkage void __init init_early_exception_vectors | ( | void | ) |
Definition at line 165 of file early_printk.c.
Definition at line 112 of file early_printk.c.