mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 21:43:59 +08:00
9 lines
189 B
C
9 lines
189 B
C
#ifndef _SELFDRIVE_VISIOND_VISIOND_H_
|
|
#define _SELFDRIVE_VISIOND_VISIOND_H_
|
|
|
|
#include <inttypes.h>
|
|
|
|
typedef struct { uint8_t *y, *u, *v; } YUVBuf;
|
|
|
|
#endif // _SELFDRIVE_VISIOND_VISIOND_H_
|