summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/arch/x86/include/bits/tcpip.h
blob: a4b335eb134c098708de13975999337a218ae652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _BITS_TCPIP_H
#define _BITS_TCPIP_H

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

FILE_LICENCE ( GPL2_OR_LATER );

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

#define tcpip_continue_chksum x86_tcpip_continue_chksum

#endif /* _BITS_TCPIP_H */