#include <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/console.h>
#include <linux/module.h>
#include <asm/hvconsole.h>
#include <asm/vio.h>
#include <asm/prom.h>
#include <asm/hvsi.h>
#include <asm/udbg.h>
#include "hvc_console.h"
Go to the source code of this file.
- Enumerator:
HV_PROTOCOL_RAW |
|
HV_PROTOCOL_HVSI |
|
HV_PROTOCOL_RAW |
|
HV_PROTOCOL_HVSI |
|
Definition at line 65 of file hvc_vio.c.
MODULE_DEVICE_TABLE |
( |
vio |
, |
|
|
hvc_driver_table |
|
|
) |
| |
module_exit |
( |
hvc_vio_exit |
| ) |
|
module_init |
( |
hvc_vio_init |
| ) |
|