From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- 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 00000000..28aa0237 --- /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.3.1