Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
aoemain.c File Reference
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include "aoe.h"

Go to the source code of this file.

Enumerations

enum  { TINIT, TRUN, TKILL }
 

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Sam Hopkins <[email protected]>")
 
 MODULE_DESCRIPTION ("AoE block/char driver for 2.6.2 and newer 2.6 kernels")
 
 MODULE_VERSION (VERSION)
 
 module_init (aoe_init)
 
 module_exit (aoe_exit)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
TINIT 
TRUN 
TKILL 

Definition at line 18 of file aoemain.c.

Function Documentation

MODULE_AUTHOR ( "Sam Hopkins <[email protected]>"  )
MODULE_DESCRIPTION ( "AoE block/char driver for 2.6.2 and newer 2.6 kernels"  )
module_exit ( aoe_exit  )
module_init ( aoe_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( VERSION  )