Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
af_nfc.c File Reference
#include <linux/nfc.h>
#include <linux/module.h>
#include "nfc.h"

Go to the source code of this file.

Functions

int nfc_proto_register (const struct nfc_protocol *nfc_proto)
 
 EXPORT_SYMBOL (nfc_proto_register)
 
void nfc_proto_unregister (const struct nfc_protocol *nfc_proto)
 
 EXPORT_SYMBOL (nfc_proto_unregister)
 
int __init af_nfc_init (void)
 
void af_nfc_exit (void)
 

Function Documentation

void af_nfc_exit ( void  )

Definition at line 96 of file af_nfc.c.

int __init af_nfc_init ( void  )

Definition at line 91 of file af_nfc.c.

EXPORT_SYMBOL ( nfc_proto_register  )
EXPORT_SYMBOL ( nfc_proto_unregister  )
int nfc_proto_register ( const struct nfc_protocol nfc_proto)

Definition at line 59 of file af_nfc.c.

void nfc_proto_unregister ( const struct nfc_protocol nfc_proto)

Definition at line 81 of file af_nfc.c.