xref: /qemu/linux-user/sh4/target_errno_defs.h (revision 8f968b6a)
1*8f968b6aSPhilippe Mathieu-Daudé #ifndef SH4_TARGET_ERRNO_DEFS_H
2*8f968b6aSPhilippe Mathieu-Daudé #define SH4_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