summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/rpmsg_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/rpmsg_types.h')
-rw-r--r--include/uapi/linux/rpmsg_types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/uapi/linux/rpmsg_types.h b/include/uapi/linux/rpmsg_types.h
new file mode 100644
index 000000000..36e3b9404
--- /dev/null
+++ b/include/uapi/linux/rpmsg_types.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef _UAPI_LINUX_RPMSG_TYPES_H
+#define _UAPI_LINUX_RPMSG_TYPES_H
+
+#include <linux/types.h>
+
+typedef __u16 __bitwise __rpmsg16;
+typedef __u32 __bitwise __rpmsg32;
+typedef __u64 __bitwise __rpmsg64;
+
+#endif /* _UAPI_LINUX_RPMSG_TYPES_H */