xref: /openbmc/qemu/linux-user/ppc/target_errno_defs.h (revision 8f968b6a24aec7de8b1a1b4d2de922adad689297)
1*8f968b6aSPhilippe Mathieu-Daudé #ifndef PPC_TARGET_ERRNO_DEFS_H
2*8f968b6aSPhilippe Mathieu-Daudé #define PPC_TARGET_ERRNO_DEFS_H
3*8f968b6aSPhilippe Mathieu-Daudé 
4*8f968b6aSPhilippe Mathieu-Daudé /* Target uses generic errno */
5*8f968b6aSPhilippe Mathieu-Daudé #include "../generic/target_errno_defs.h"
6*8f968b6aSPhilippe Mathieu-Daudé 
7*8f968b6aSPhilippe Mathieu-Daudé #endif
8