qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

target_errno_defs.h (151B)


      1 #ifndef RISCV_TARGET_ERRNO_DEFS_H
      2 #define RISCV_TARGET_ERRNO_DEFS_H
      3 
      4 /* Target uses generic errno */
      5 #include "../generic/target_errno_defs.h"
      6 
      7 #endif