mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
uapi/rk-video-format.h: include types.h
usr/include/linux/rk-video-format.h:10: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I3071683240e04039186c3a1d506835bd732c6716
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#ifndef _UAPI_RK_VIDEO_FORMAT_H
|
||||
#define _UAPI_RK_VIDEO_FORMAT_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
/* Four-character-code (FOURCC) */
|
||||
#define v4l2_fourcc(a, b, c, d)\
|
||||
((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
|
||||
|
||||
Reference in New Issue
Block a user