libpayload: hexdump: Use `p` as conversion specifier for pointers
[coreboot.git] / util / getpir / code_gen.h
blob93bdaec74f9797a3624c0a2aafa85994dbc03161
1 #ifndef __CODE_GEN_H__
2 #define __CODE_GEN_H__
4 void code_gen(char *filename, struct irq_routing_table *rt);
6 #endif /* __CODE_GEN_H__ */