1#include "linux/module.h" 2#include "asm/checksum.h" 3 4/* Networking helper routines. */ 5EXPORT_SYMBOL(csum_partial); 6 7