Linux Kernel
3.7.1
|
#include <linux/console.h>
#include <linux/init.h>
#include <linux/serial_reg.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | PORT(offset) (0x3f8 + (offset)) |
Functions | |
int | prom_putchar (char c) |
#define PORT | ( | offset | ) | (0x3f8 + (offset)) |
Definition at line 26 of file malta-console.c.
Definition at line 39 of file malta-console.c.