Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/completion.h>
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/workqueue.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <asm/io.h>
#include <asm/pmi.h>
#include <asm/prom.h>
Go to the source code of this file.
Data Structures | |
struct | pmi_data |
Functions | |
MODULE_DEVICE_TABLE (of, pmi_match) | |
module_init (pmi_module_init) | |
module_exit (pmi_module_exit) | |
int | pmi_send_message (pmi_message_t msg) |
EXPORT_SYMBOL_GPL (pmi_send_message) | |
int | pmi_register_handler (struct pmi_handler *handler) |
EXPORT_SYMBOL_GPL (pmi_register_handler) | |
void | pmi_unregister_handler (struct pmi_handler *handler) |
EXPORT_SYMBOL_GPL (pmi_unregister_handler) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Christian Krafft <[email protected]>") | |
MODULE_DESCRIPTION ("IBM Platform Management Interrupt driver") | |
EXPORT_SYMBOL_GPL | ( | pmi_send_message | ) |
EXPORT_SYMBOL_GPL | ( | pmi_register_handler | ) |
EXPORT_SYMBOL_GPL | ( | pmi_unregister_handler | ) |
MODULE_AUTHOR | ( | "Christian Krafft <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "IBM Platform Management Interrupt driver" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
pmi_match | |||
) |
module_exit | ( | pmi_module_exit | ) |
module_init | ( | pmi_module_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |