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.
24 lines
886 B
24 lines
886 B
/*
|
|
* Copyright (c) Hisilicon Technologies Co., Ltd.. 2021-2021. All rights reserved.
|
|
* Description: Header file of pwm driver for reserved13/reserved9 cs chip.
|
|
* Author:
|
|
* Create: 2021-05-12
|
|
* Note:
|
|
*/
|
|
|
|
#ifndef PWM_PROC_H
|
|
#define PWM_PROC_H
|
|
|
|
/********************************************************************************************/
|
|
/* Includes */
|
|
/********************************************************************************************/
|
|
#include "pwm_common.h"
|
|
|
|
/********************************************************************************************
|
|
Function Function Declaration
|
|
********************************************************************************************/
|
|
td_s32 pwm_drv_proc_add(td_void);
|
|
td_s32 pwm_drv_proc_del(const td_s8 *proc_name);
|
|
|
|
#endif /* PWM_PROC_H */
|