Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <msp_int.h>
#include <msp_regs.h>
#include <msp_regops.h>
Go to the source code of this file.
Data Structures | |
struct | hwbutton_interrupt |
Macros | |
#define | HWBUTTON_HI 0x1 |
#define | HWBUTTON_LO 0x2 |
Functions | |
subsys_initcall (msp_hwbutton_setup) | |
#define HWBUTTON_HI 0x1 |
Definition at line 37 of file msp_hwbutton.c.
#define HWBUTTON_LO 0x2 |
Definition at line 38 of file msp_hwbutton.c.
subsys_initcall | ( | msp_hwbutton_setup | ) |