7 lines
132 B
C
7 lines
132 B
C
|
#ifndef __CHECKSUM_H__
|
||
|
#define __CHECKSUM_H__
|
||
|
|
||
|
extern int calc_checksum(struct irq_routing_table *rt);
|
||
|
|
||
|
#endif /* __CHECKSUN_H__ */
|