Skip to content

Commit

Permalink
move userspace interface from video.h to sys/videoio.h
Browse files Browse the repository at this point in the history
Signed-off-by: shizhenghui <[email protected]>
  • Loading branch information
shizhenghui committed Nov 30, 2023
1 parent 460cc98 commit 68baff6
Show file tree
Hide file tree
Showing 4 changed files with 1,628 additions and 1,608 deletions.
1 change: 1 addition & 0 deletions drivers/video/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/mutex.h>

#include <nuttx/video/video.h>
#include <nuttx/video/imgsensor.h>
#include <nuttx/video/imgdata.h>

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/video_framebuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Included Files
****************************************************************************/

#include <nuttx/video/video.h>
#include <sys/videoio.h>
#include <nuttx/mutex.h>

/****************************************************************************
Expand Down
Loading

0 comments on commit 68baff6

Please sign in to comment.