qemu

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

cutils.h (150B)


      1 #ifndef CUTILS_H_
      2 #define CUTILS_H_
      3 
      4 #include "qemu/osdep.h"
      5 
      6 int qga_open_cloexec(const char *name, int flags, mode_t mode);
      7 
      8 #endif /* CUTILS_H_ */