Revision 32b8913f725aaad6cf6aa7462a9b15e350a40b1d authored by Michael Tokarev on 30 March 2023, 07:12:46 UTC, committed by Michael Tokarev on 30 March 2023, 07:12:46 UTC
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent e807a1c
Raw File
target_errno_defs.h
#ifndef M68K_TARGET_ERRNO_DEFS_H
#define M68K_TARGET_ERRNO_DEFS_H

/* Target uses generic errno */
#include "../generic/target_errno_defs.h"

#endif
back to top