mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-24 15:04:20 +00:00
9 lines
No EOL
210 B
C
Executable file
9 lines
No EOL
210 B
C
Executable file
|
|
#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
|