buildgcc: Fix colors for dash
[coreboot.git] / util / getpir / checksum.h
1 #ifndef __CHECKSUM_H__
2 #define __CHECKSUM_H__
3
4 int calc_checksum(struct irq_routing_table *rt);
5
6 #endif /* __CHECKSUM_H__ */