#include <linux/types.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/console.h>
#include <linux/of.h>
#include <linux/of_platform.h>
#include <linux/export.h>
#include <asm/hvconsole.h>
#include <asm/prom.h>
#include <asm/firmware.h>
#include <asm/hvsi.h>
#include <asm/udbg.h>
#include <asm/opal.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 50 of file hvc_opal.c.
module_exit |
( |
hvc_opal_exit |
| ) |
|
module_init |
( |
hvc_opal_init |
| ) |
|