Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
8 lines
155 B
C
8 lines
155 B
C
#ifndef HEXAGON_TARGET_ERRNO_DEFS_H
|
|
#define HEXAGON_TARGET_ERRNO_DEFS_H
|
|
|
|
/* Target uses generic errno */
|
|
#include "../generic/target_errno_defs.h"
|
|
|
|
#endif
|