瀏覽代碼

USB: export video.h to the includes available for userspace

The uvcvideo extension unit API requires constants defined in the
video.h header. Add it to the list of includes exported to userspace.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Laurent Pinchart 14 年之前
父節點
當前提交
1cd7acc4ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/usb/Kbuild

+ 1 - 0
include/linux/usb/Kbuild

@@ -7,3 +7,4 @@ header-y += gadgetfs.h
 header-y += midi.h
 header-y += g_printer.h
 header-y += tmc.h
+header-y += video.h