Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
ppp_defs.h
Go to the documentation of this file.
1
/*
2
* ppp_defs.h - PPP definitions.
3
*
4
* Copyright 1994-2000 Paul Mackerras.
5
*
6
* This program is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* version 2 as published by the Free Software Foundation.
9
*/
10
#ifndef _PPP_DEFS_H_
11
#define _PPP_DEFS_H_
12
13
#include <
linux/crc-ccitt.h
>
14
#include <
uapi/linux/ppp_defs.h
>
15
16
#define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
17
#endif
/* _PPP_DEFS_H_ */
Generated on Thu Jan 10 2013 14:52:24 for Linux Kernel by
1.8.2