Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
ppp_defs.h File Reference
#include <linux/crc-ccitt.h>
#include <uapi/linux/ppp_defs.h>

Go to the source code of this file.

Macros

#define PPP_FCS(fcs, c)   crc_ccitt_byte(fcs, c)
 

Macro Definition Documentation

#define PPP_FCS (   fcs,
  c 
)    crc_ccitt_byte(fcs, c)

Definition at line 16 of file ppp_defs.h.