diff options
Diffstat (limited to 'i386/i386at/gpl/linux/include/net/checksum.h')
-rw-r--r-- | i386/i386at/gpl/linux/include/net/checksum.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/i386/i386at/gpl/linux/include/net/checksum.h b/i386/i386at/gpl/linux/include/net/checksum.h new file mode 100644 index 00000000..aee4fd47 --- /dev/null +++ b/i386/i386at/gpl/linux/include/net/checksum.h @@ -0,0 +1,25 @@ +/* + * INET An implementation of the TCP/IP protocol suite for the LINUX + * operating system. INET is implemented using the BSD Socket + * interface as the means of communication with the user level. + * + * Checksumming functions for IP, TCP, UDP and so on + * + * Authors: Jorge Cwik, <jorge@laser.satlink.net> + * Arnt Gulbrandsen, <agulbra@nvg.unit.no> + * Borrows very liberally from tcp.c and ip.c, see those + * files for more names. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version + * 2 of the License, or (at your option) any later version. + */ +#ifndef _CHECKSUM_H +#define _CHECKSUM_H + +#include <asm/byteorder.h> +#include <net/ip.h> +#include <asm/checksum.h> + +#endif |