|
Linux Kernel
3.7.1
|
#include <linux/console.h>#include <linux/delay.h>#include <linux/err.h>#include <linux/init.h>#include <linux/moduleparam.h>#include <linux/types.h>#include <asm/processor.h>#include "hvc_console.h"Go to the source code of this file.
Macros | |
| #define | DCC_STATUS_RX (1 << 30) |
| #define | DCC_STATUS_TX (1 << 29) |
Functions | |
| console_initcall (hvc_dcc_console_init) | |
| device_initcall (hvc_dcc_init) | |
| console_initcall | ( | hvc_dcc_console_init | ) |
| device_initcall | ( | hvc_dcc_init | ) |
1.8.2