summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/bits/tcpip.h
blob: 0ac55b1a015e87c4ee1019ac9c4eedcbf22cb7c7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                    
                                       
 

                                                                           
 
                          
#ifndef _BITS_TCPIP_H
#define _BITS_TCPIP_H

/** @file
 *
 * Transport-network layer interface
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern uint16_t tcpip_continue_chksum ( uint16_t partial, const void *data,
					size_t len );

#endif /* _BITS_TCPIP_H */