nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / ppp_defs.h
CommitLineData
1da177e4
LT
1/*
2 * ppp_defs.h - PPP definitions.
3 *
784db3f0 4 * Copyright 1994-2000 Paul Mackerras.
1da177e4 5 *
784db3f0
PM
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.
1da177e4 9 */
1da177e4
LT
10#ifndef _PPP_DEFS_H_
11#define _PPP_DEFS_H_
12
2c88f4a8 13#include <linux/crc-ccitt.h>
607ca46e 14#include <uapi/linux/ppp_defs.h>
1da177e4 15
607ca46e 16#define PPP_FCS(fcs, c) crc_ccitt_byte(fcs, c)
1da177e4 17#endif /* _PPP_DEFS_H_ */