Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
core.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/poll.h>
#include <linux/fcntl.h>
#include <linux/freezer.h>
#include <linux/skbuff.h>
#include <linux/socket.h>
#include <linux/ioctl.h>
#include <linux/file.h>
#include <linux/init.h>
#include <linux/kthread.h>
#include <net/sock.h>
#include <linux/isdn/capilli.h>
#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/l2cap.h>
#include "cmtp.h"

Go to the source code of this file.

Macros

#define VERSION   "1.0"
 

Functions

int cmtp_add_connection (struct cmtp_connadd_req *req, struct socket *sock)
 
int cmtp_del_connection (struct cmtp_conndel_req *req)
 
int cmtp_get_connlist (struct cmtp_connlist_req *req)
 
int cmtp_get_conninfo (struct cmtp_conninfo *ci)
 
 module_init (cmtp_init)
 
 module_exit (cmtp_exit)
 
 MODULE_AUTHOR ("Marcel Holtmann <[email protected]>")
 
 MODULE_DESCRIPTION ("Bluetooth CMTP ver "VERSION)
 
 MODULE_VERSION (VERSION)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("bt-proto-5")
 

Macro Definition Documentation

#define VERSION   "1.0"

Definition at line 48 of file core.c.

Function Documentation

int cmtp_add_connection ( struct cmtp_connadd_req req,
struct socket sock 
)

Definition at line 330 of file core.c.

int cmtp_del_connection ( struct cmtp_conndel_req req)

Definition at line 407 of file core.c.

int cmtp_get_conninfo ( struct cmtp_conninfo ci)

Definition at line 461 of file core.c.

int cmtp_get_connlist ( struct cmtp_connlist_req req)

Definition at line 431 of file core.c.

MODULE_ALIAS ( "bt-proto-5"  )
MODULE_AUTHOR ( "Marcel Holtmann <[email protected]>"  )
MODULE_DESCRIPTION ( "Bluetooth CMTP ver VERSION)
module_exit ( cmtp_exit  )
module_init ( cmtp_init  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( VERSION  )