- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / ppc32 / bearch_ppc32.h
1 #ifndef _BEARCH_PPC32_H_
2 #define _BEARCH_PPC32_H_
3
4 #include "../bearch_t.h"
5
6 extern const arch_isa_if_t ppc32_isa_if;
7
8 #endif /* _BEARCH_PPC32_H_ */