|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/of.h>#include <linux/of_platform.h>#include <linux/interrupt.h>#include <asm/opal.h>#include <asm/firmware.h>#include "powernv.h"Go to the source code of this file.
Data Structures | |
| struct | opal |
Functions | |
| int __init | early_init_dt_scan_opal (unsigned long node, const char *uname, int depth, void *data) |
| int | opal_get_chars (uint32_t vtermno, char *buf, int count) |
| int | opal_put_chars (uint32_t vtermno, const char *data, int total_len) |
| int | opal_machine_check (struct pt_regs *regs) |
| subsys_initcall (opal_init) | |
Variables | |
| struct opal | opal |
| u64 | opal_mc_secondary_handler [] |
| subsys_initcall | ( | opal_init | ) |
| u64 opal_mc_secondary_handler[] |
1.8.2