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

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": %s: " fmt, __func__
 

Functions

int __init rawsock_init (void)
 
void rawsock_exit (void)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": %s: " fmt, __func__

Definition at line 24 of file rawsock.c.

Function Documentation

void rawsock_exit ( void  )

Definition at line 347 of file rawsock.c.

int __init rawsock_init ( void  )

Definition at line 338 of file rawsock.c.