mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
12 lines
177 B
C
12 lines
177 B
C
/*
|
|
* Copyright (c) 2024, Artinchip Technology Co., Ltd
|
|
*/
|
|
#ifndef __AIC_DRV_OSRCE_H__
|
|
#define __AIC_DRV_OSRCE_H__
|
|
|
|
#include <aic_common.h>
|
|
|
|
void drv_osrce_init(void);
|
|
|
|
#endif
|