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
This commit is contained in:
6
util/getpir/checksum.h
Normal file
6
util/getpir/checksum.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __CHECKSUM_H__
|
||||
#define __CHECKSUM_H__
|
||||
|
||||
extern int calc_checksum(struct irq_routing_table *rt);
|
||||
|
||||
#endif /* __CHECKSUN_H__ */
|
Reference in New Issue
Block a user