coreboot-kgpe-d16/util/getpir/checksum.h
Li-Ta Lo 6463ae7f1b seperate checksum and code generating code.
use mmap instead of file io


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-04-14 22:24:50 +00:00

6 lines
132 B
C

#ifndef __CHECKSUM_H__
#define __CHECKSUM_H__
extern int calc_checksum(struct irq_routing_table *rt);
#endif /* __CHECKSUN_H__ */