summaryrefslogtreecommitdiff
path: root/uapi/goldfish_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'uapi/goldfish_sync.h')
-rw-r--r--uapi/goldfish_sync.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/uapi/goldfish_sync.h b/uapi/goldfish_sync.h
deleted file mode 100644
index 01d762f..0000000
--- a/uapi/goldfish_sync.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-
-#ifndef UAPI_GOLDFISH_SYNC_H
-#define UAPI_GOLDFISH_SYNC_H
-
-#include <linux/types.h>
-
-#define GOLDFISH_SYNC_DEVICE_NAME "goldfish_sync"
-
-struct goldfish_sync_ioctl_info {
- __u64 host_glsync_handle_in;
- __u64 host_syncthread_handle_in;
- __s32 fence_fd_out;
-};
-
-/* There is an ioctl associated with goldfish sync driver.
- * Make it conflict with ioctls that are not likely to be used
- * in the emulator.
- *
- * '@' 00-0F linux/radeonfb.h conflict!
- * '@' 00-0F drivers/video/aty/aty128fb.c conflict!
- */
-#define GOLDFISH_SYNC_IOC_MAGIC '@'
-
-#define GOLDFISH_SYNC_IOC_QUEUE_WORK \
- _IOWR(GOLDFISH_SYNC_IOC_MAGIC, 0, struct goldfish_sync_ioctl_info)
-
-#endif /* UAPI_GOLDFISH_SYNC_H */