aboutsummaryrefslogtreecommitdiff
path: root/linux-user/riscv/target_errno_defs.h
blob: 5e377a2fce82ff47e1703922e0f01414725c784f (plain)
1
2
3
4
5
6
7
#ifndef RISCV_TARGET_ERRNO_DEFS_H
#define RISCV_TARGET_ERRNO_DEFS_H

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

#endif