Linux Kernel
3.7.1
|
#include <linux/console.h>
#include <linux/init.h>
#include <linux/major.h>
#include <linux/delay.h>
#include <linux/tty.h>
#include <arch/svinto.h>
#include <asm/io.h>
Go to the source code of this file.
Data Structures | |
struct | dbg_port |
Functions | |
void | reset_watchdog (void) |
void | console_print_etrax (const char *buf) |
int | getDebugChar (void) |
void | putDebugChar (int val) |
void | enableDebugIRQ (void) |
void __init | init_dummy_console (void) |
int __init | init_etrax_debug (void) |
__initcall (init_etrax_debug) | |
Variables | |
struct dbg_port | ports [] |
struct dbg_port * | port |
__initcall | ( | init_etrax_debug | ) |
Definition at line 333 of file debugport.c.
Definition at line 371 of file debugport.c.
Definition at line 341 of file debugport.c.
Definition at line 441 of file debugport.c.
Definition at line 544 of file debugport.c.
Definition at line 358 of file debugport.c.
static unsigned int ports |
Definition at line 42 of file debugport.c.