diff options
author | HyunKyung Kim <hk310.kim@samsung.com> | 2019-08-12 15:27:36 +0900 |
---|---|---|
committer | HyunKyung Kim <hk310.kim@samsung.com> | 2019-09-18 19:34:02 +0900 |
commit | 6935a9b0ac01b978519d8d704dee3994440ff023 (patch) | |
tree | b221bd0957f7ca7d936d598394dfc7dbf44ecdf7 /include | |
parent | ac1c0535583ce3eeb8f2b59431ebe510619c0416 (diff) |
Add initial source code
Change-Id: I285a55c44c9fd5d3a8abaa781ef9dc8d9d39f53a
Signed-off-by: HyunKyung Kim <hk310.kim@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/exynos_sync.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/exynos_sync.h b/include/exynos_sync.h new file mode 100644 index 0000000..301614d --- /dev/null +++ b/include/exynos_sync.h @@ -0,0 +1,8 @@ +#ifndef __EXYNOS_SYNC_FENCE__ +#define __EXYNOS_SYNC_FENCE__ + +#define SYNC_IOC_MAGIC '>' +#define SYNC_IOC_FENCE_NAME _IOWR(SYNC_IOC_MAGIC, 10, char[32]) + +#endif + |