Move the definition of ipchksum into its own header file.

Change-Id: Ifb7c18f9ca566bd50ca138ffd8af951375089537
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1722
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Gabe Black
2012-08-28 16:31:09 -07:00
committed by Stefan Reinauer
parent b9edbbd7bf
commit 54c800a50c
3 changed files with 35 additions and 7 deletions

View File

@ -31,6 +31,7 @@
#define _COREBOOT_TABLES_H
#include <arch/types.h>
#include <ipchksum.h>
struct cbuint64 {
u32 lo;