diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-04-14 22:24:50 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-04-14 22:24:50 +0000 |
commit | 6463ae7f1bd1f7ab60725529cf79af30a0e7297d (patch) | |
tree | e8ddaba7c8da40c8f125149b0c3457c48550f619 /util/getpir/checksum.h | |
parent | 815a80316448f72ec9501da5c545595c30880e70 (diff) |
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
Diffstat (limited to 'util/getpir/checksum.h')
-rw-r--r-- | util/getpir/checksum.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/getpir/checksum.h b/util/getpir/checksum.h new file mode 100644 index 0000000000..b5de899845 --- /dev/null +++ b/util/getpir/checksum.h @@ -0,0 +1,6 @@ +#ifndef __CHECKSUM_H__ +#define __CHECKSUM_H__ + +extern int calc_checksum(struct irq_routing_table *rt); + +#endif /* __CHECKSUN_H__ */ |