]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/openrisc/target_errno_defs.h
Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / linux-user / openrisc / target_errno_defs.h
1 #ifndef OR1K_TARGET_ERRNO_DEFS_H
2 #define OR1K_TARGET_ERRNO_DEFS_H
3
4 /* Target uses generic errno */
5 #include "../generic/target_errno_defs.h"
6
7 #endif