aboutsummaryrefslogtreecommitdiff
path: root/util/getpir/checksum.h
blob: b5de89984576d0ddf20c179017c43b6cf14ec268 (plain)
1
2
3
4
5
6
#ifndef __CHECKSUM_H__
#define __CHECKSUM_H__

extern int calc_checksum(struct irq_routing_table *rt);

#endif /* __CHECKSUN_H__ */