Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hed.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <acpi/acpi_bus.h>
#include <acpi/acpi_drivers.h>
#include <acpi/hed.h>

Go to the source code of this file.

Functions

 MODULE_DEVICE_TABLE (acpi, acpi_hed_ids)
 
int register_acpi_hed_notifier (struct notifier_block *nb)
 
 EXPORT_SYMBOL_GPL (register_acpi_hed_notifier)
 
void unregister_acpi_hed_notifier (struct notifier_block *nb)
 
 EXPORT_SYMBOL_GPL (unregister_acpi_hed_notifier)
 
 module_acpi_driver (acpi_hed_driver)
 
 ACPI_MODULE_NAME ("hed")
 
 MODULE_AUTHOR ("Huang Ying")
 
 MODULE_DESCRIPTION ("ACPI Hardware Error Device Driver")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

ACPI_MODULE_NAME ( "hed"  )
EXPORT_SYMBOL_GPL ( register_acpi_hed_notifier  )
EXPORT_SYMBOL_GPL ( unregister_acpi_hed_notifier  )
module_acpi_driver ( acpi_hed_driver  )
MODULE_AUTHOR ( "Huang Ying"  )
MODULE_DESCRIPTION ( "ACPI Hardware Error Device Driver"  )
MODULE_DEVICE_TABLE ( acpi  ,
acpi_hed_ids   
)
MODULE_LICENSE ( "GPL"  )
int register_acpi_hed_notifier ( struct notifier_block nb)

Definition at line 42 of file hed.c.

void unregister_acpi_hed_notifier ( struct notifier_block nb)

Definition at line 48 of file hed.c.