From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- include/linux/ppp_defs.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/linux/ppp_defs.h (limited to 'include/linux/ppp_defs.h') diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h new file mode 100644 index 000000000..28aa0237c --- /dev/null +++ b/include/linux/ppp_defs.h @@ -0,0 +1,17 @@ +/* + * ppp_defs.h - PPP definitions. + * + * Copyright 1994-2000 Paul Mackerras. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + */ +#ifndef _PPP_DEFS_H_ +#define _PPP_DEFS_H_ + +#include +#include + +#define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c) +#endif /* _PPP_DEFS_H_ */ -- cgit v1.2.3