You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
387 B
16 lines
387 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd. 2022-2022. All rights reserved.
|
|
* Description: decoder
|
|
* Author: Hisilicon
|
|
* Create: 2022-11-22
|
|
*/
|
|
|
|
#ifndef __DMCU_APP_H__
|
|
#define __DMCU_APP_H__
|
|
|
|
extern td_s32 drv_dmcu_server_init(void);
|
|
extern td_s32 ext_drv_memc_init(td_void);
|
|
extern td_s32 pq_dmcu_server_init(td_void);
|
|
extern td_s32 drv_panel_dmcu_server_init(void);
|
|
|
|
#endif |