]> git.proxmox.com Git - mirror_qemu.git/blob - linux-user/cris/target_errno_defs.h
linux-user: Extract target errno to 'target_errno_defs.h'
[mirror_qemu.git] / linux-user / cris / target_errno_defs.h
1 #ifndef CRIS_TARGET_ERRNO_DEFS_H
2 #define CRIS_TARGET_ERRNO_DEFS_H
3
4 /* Target uses generic errno */
5 #include "../generic/target_errno_defs.h"
6
7 #endif