mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-12 03:03:41 +08:00
99b637c7ce
old-commit-hash: c025b96e8a15640ee4d6e4d513fada6ed101afe5
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_
|