Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
#include <linux/string.h>
#include <linux/console.h>
#include <asm/prom.h>
#include <asm/hvconsole.h>
#include <asm/firmware.h>
#include "hvc_console.h"
Go to the source code of this file.
Functions | |
int64_t | beat_get_term_char (uint64_t, uint64_t *, uint64_t *, uint64_t *) |
int64_t | beat_put_term_char (uint64_t, uint64_t, uint64_t, uint64_t) |
module_init (hvc_beat_init) | |
module_exit (hvc_beat_exit) | |
__setup ("hvc_beat=", hvc_beat_config) | |
console_initcall (hvc_beat_console_init) | |
Variables | |
struct hvc_struct * | hvc_beat_dev = NULL |
__setup | ( | ) |
console_initcall | ( | hvc_beat_console_init | ) |
module_exit | ( | hvc_beat_exit | ) |
module_init | ( | hvc_beat_init | ) |
struct hvc_struct* hvc_beat_dev = NULL |
Definition at line 39 of file hvc_beat.c.