1*8f968b6aSPhilippe Mathieu-Daudé #ifndef M68K_TARGET_ERRNO_DEFS_H 2*8f968b6aSPhilippe Mathieu-Daudé #define M68K_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