mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-23 06:24:19 +00:00
9 lines
202 B
C
9 lines
202 B
C
|
|
||
|
#ifndef V4L2_DRIVER_H
|
||
|
#define V4L2_DRIVER_H /*structure needed for video caputure*/
|
||
|
|
||
|
#include <platform/platform_stdlib.h>
|
||
|
#include "dlist.h"
|
||
|
#include "basic_types.h"
|
||
|
|
||
|
#endif //V4L2_DRIVER_H
|