aboutsummaryrefslogtreecommitdiff
path: root/util/getpir/code_gen.h
blob: 93bdaec74f9797a3624c0a2aafa85994dbc03161 (plain)
1
2
3
4
5
6
#ifndef __CODE_GEN_H__
#define __CODE_GEN_H__

void code_gen(char *filename, struct irq_routing_table *rt);

#endif /* __CODE_GEN_H__ */