Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _UAPI_LINUX_RPMSG_TYPES_H
0003 #define _UAPI_LINUX_RPMSG_TYPES_H
0004 
0005 #include <linux/types.h>
0006 
0007 typedef __u16 __bitwise __rpmsg16;
0008 typedef __u32 __bitwise __rpmsg32;
0009 typedef __u64 __bitwise __rpmsg64;
0010 
0011 #endif /* _UAPI_LINUX_RPMSG_TYPES_H */