mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 09:08:56 +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
|