commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
11 lines
216 B
C
11 lines
216 B
C
#ifndef __CV183X_BASE_H__
|
|
#define __CV183X_BASE_H__
|
|
|
|
#include <linux/cvi_base.h>
|
|
#include "base_debug.h"
|
|
|
|
unsigned int cvi_base_read_chip_id(void);
|
|
void vip_set_base_addr(void *base);
|
|
|
|
#endif /* __CV183X_BASE_H__ */
|