qemu-e2k/linux-user/microblaze/target_errno_defs.h

8 lines
161 B
C

#ifndef MICROBLAZE_TARGET_ERRNO_DEFS_H
#define MICROBLAZE_TARGET_ERRNO_DEFS_H
/* Target uses generic errno */
#include "../generic/target_errno_defs.h"
#endif