Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
llc.h File Reference
#include <net/nfc/hci.h>
#include <net/nfc/llc.h>
#include <linux/skbuff.h>

Go to the source code of this file.

Data Structures

struct  nfc_llc_ops
 
struct  nfc_llc_engine
 
struct  nfc_llc
 

Functions

voidnfc_llc_get_data (struct nfc_llc *llc)
 
int nfc_llc_register (const char *name, struct nfc_llc_ops *ops)
 
void nfc_llc_unregister (const char *name)
 
int nfc_llc_nop_register (void)
 

Function Documentation

void* nfc_llc_get_data ( struct nfc_llc llc)
inline

Definition at line 167 of file llc.c.

int nfc_llc_nop_register ( void  )

Definition at line 96 of file llc_nop.c.

int nfc_llc_register ( const char name,
struct nfc_llc_ops ops 
)

Definition at line 59 of file llc.c.

void nfc_llc_unregister ( const char name)

Definition at line 92 of file llc.c.