Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
gptimers-example.c File Reference
#include <linux/interrupt.h>
#include <linux/module.h>
#include <asm/gptimers.h>
#include <asm/portmux.h>

Go to the source code of this file.

Data Structures

struct  gptimer_data
 

Macros

#define DRIVER_NAME   "gptimer_example"
 

Functions

 module_init (gptimer_example_init)
 
 module_exit (gptimer_example_exit)
 
 MODULE_LICENSE ("BSD")
 

Macro Definition Documentation

#define DRIVER_NAME   "gptimer_example"

Definition at line 18 of file gptimers-example.c.

Function Documentation

module_exit ( gptimer_example_exit  )
module_init ( gptimer_example_init  )
MODULE_LICENSE ( "BSD"  )