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

Go to the source code of this file.

Macros

#define _COMPONENT   ACPI_SYSTEM_COMPONENT
 

Functions

 ACPI_MODULE_NAME ("custom_method")
 
 MODULE_LICENSE ("GPL")
 
 module_init (acpi_custom_method_init)
 
 module_exit (acpi_custom_method_exit)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_SYSTEM_COMPONENT

Definition at line 14 of file custom_method.c.

Function Documentation

ACPI_MODULE_NAME ( "custom_method"  )
module_exit ( acpi_custom_method_exit  )
module_init ( acpi_custom_method_init  )
MODULE_LICENSE ( "GPL"  )