X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Fkernel%2Fswift.h;fp=src%2Fkernel%2Fswift.h;h=0000000000000000000000000000000000000000;hb=943eb63fe753702a8b0a690062117eb34e5cc018;hp=59c5b17a26ecfc40b7c76da3bd13ab6746c9a3d5;hpb=3e1c31e64137706907b3d6c7de86d69d15d00042;p=swifty.git diff --git a/src/kernel/swift.h b/src/kernel/swift.h deleted file mode 100644 index 59c5b17..0000000 --- a/src/kernel/swift.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _MPTP_H -#define _MPTP_H - -#define IPPROTO_MPTP 137 - -#define MIN_MPTP_PORT 1 -#define MAX_MPTP_PORT 256 - -#ifndef __KERNEL__ -#include -#endif - -struct mptp_dest { - uint32_t addr; - uint8_t port; -}; - -struct sockaddr_mptp { - int count; - struct mptp_dest dests[0]; -}; - -#ifdef __KERNEL__ -struct mptphdr { - uint8_t src; - uint8_t dst; - __be16 len; -}; -#endif - -#endif