Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into staging
[qemu/rayw.git] / qga / cutils.h
blobf0f30a7d28aa8edbdb7bf82aba57871422189ef1
1 #ifndef CUTILS_H_
2 #define CUTILS_H_
4 #include "qemu/osdep.h"
6 int qga_open_cloexec(const char *name, int flags, mode_t mode);
8 #endif /* CUTILS_H_ */