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 <linux/irq.h>
#include <asm/udbg.h>
#include "hvc_console.h"
Go to the source code of this file.
Functions | |
module_init (hvc_udbg_init) | |
module_exit (hvc_udbg_exit) | |
console_initcall (hvc_udbg_console_init) | |
Variables | |
struct hvc_struct * | hvc_udbg_dev |
console_initcall | ( | hvc_udbg_console_init | ) |
module_exit | ( | hvc_udbg_exit | ) |
module_init | ( | hvc_udbg_init | ) |
struct hvc_struct* hvc_udbg_dev |
Definition at line 33 of file hvc_udbg.c.