6463ae7f1b
use mmap instead of file io git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
132 B
C
6 lines
132 B
C
#ifndef __CHECKSUM_H__
|
|
#define __CHECKSUM_H__
|
|
|
|
extern int calc_checksum(struct irq_routing_table *rt);
|
|
|
|
#endif /* __CHECKSUN_H__ */
|