From fd093b1d4b1d57085e7cf7fa7291142e3fd04321 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Fri, 15 Oct 2010 11:56:40 +0400 Subject: added linux_ppp.h --- accel-pptpd/include/linux_ppp.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 accel-pptpd/include/linux_ppp.h (limited to 'accel-pptpd/include') diff --git a/accel-pptpd/include/linux_ppp.h b/accel-pptpd/include/linux_ppp.h new file mode 100644 index 0000000..533672b --- /dev/null +++ b/accel-pptpd/include/linux_ppp.h @@ -0,0 +1,19 @@ +#ifndef __KERNEL_PPP_H +#define __KERNEL_PPP_H + +#include + +#ifndef aligned_u64 +#define aligned_u64 __u64 __attribute__((aligned(8))) +#endif + +#ifndef __aligned_u64 +#define __aligned_u64 __u64 __attribute__((aligned(8))) +#endif + +#include +#include +#include + +#endif + -- cgit v1.2.3