1language = "C"
2cpp_compat = true
3style = "tag"
4sort_by = "None"
5usize_is_size_t = true
6include_guard = "V4L2R_H_"
7sys_includes = ["linux/videodev2.h"]
8
9[export.rename]
10"v4l2_buffer" = "struct v4l2_buffer"
11"v4l2_format" = "struct v4l2_format"
12"v4l2_rect" = "struct v4l2_rect"