移动了文件位置

This commit is contained in:
2026-04-18 09:16:58 +08:00
parent 2b49081589
commit 1575212f13
10236 changed files with 72 additions and 1436438 deletions

View File

@@ -0,0 +1,16 @@
/**
* @file ex_tp2825.h
* @brief export header for sensor OV tp2825
*
* @copyright Copyright (c) 2021 Semidrive Semiconductor.
* All rights reserved.
*/
#ifndef __EX_tp2825_H__
#define __EX_tp2825_H__
#include "exvdev.h"
struct vdev_device *tp2825_init(void *init_data);
#endif /* __EX_tp2825_H__ */