mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 17:48:55 +00:00
14 lines
205 B
C
14 lines
205 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2024, ArtInChip Technology Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __DRV_CS4344_H__
|
||
|
|
#define __DRV_CS4344_H__
|
||
|
|
|
||
|
|
#include "codec.h"
|
||
|
|
#include "aic_common.h"
|
||
|
|
|
||
|
|
#endif
|