diff options
Diffstat (limited to 'util/getpir/code_gen.h')
-rw-r--r-- | util/getpir/code_gen.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/getpir/code_gen.h b/util/getpir/code_gen.h new file mode 100644 index 0000000000..93bdaec74f --- /dev/null +++ b/util/getpir/code_gen.h @@ -0,0 +1,6 @@ +#ifndef __CODE_GEN_H__ +#define __CODE_GEN_H__ + +void code_gen(char *filename, struct irq_routing_table *rt); + +#endif /* __CODE_GEN_H__ */ |