Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hci_vhci.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/poll.h>
#include <linux/skbuff.h>
#include <linux/miscdevice.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>

Go to the source code of this file.

Data Structures

struct  vhci_data
 

Macros

#define VERSION   "1.3"
 

Functions

 module_init (vhci_init)
 
 module_exit (vhci_exit)
 
 module_param (amp, bool, 0644)
 
 MODULE_PARM_DESC (amp,"Create AMP controller device")
 
 MODULE_AUTHOR ("Marcel Holtmann <[email protected]>")
 
 MODULE_DESCRIPTION ("Bluetooth virtual HCI driver ver "VERSION)
 
 MODULE_VERSION (VERSION)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define VERSION   "1.3"

Definition at line 42 of file hci_vhci.c.

Function Documentation

MODULE_AUTHOR ( "Marcel Holtmann <[email protected]>"  )
MODULE_DESCRIPTION ( "Bluetooth virtual HCI driver ver VERSION)
module_exit ( vhci_exit  )
module_init ( vhci_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( amp  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( amp  ,
"Create AMP controller device  
)
MODULE_VERSION ( VERSION  )