1234567891011121314151617181920212223242526 |
- /*
- * @file hv_drv_Pinshare.h
- * @brief Header file of misc module.
- *
- * @verbatim
- * ==============================================================================
- * ##### How to use #####
- * ==============================================================================
- * (+) Use ()
- *
- * @endverbatim
- * @author HiView SoC Software Team
- * @version 1.0.0
- * @date 2023-05-11
- */
- #ifndef _HV_DRV_PINSHARE_H
- #define _HV_DRV_PINSHARE_H
- VOID Hv_Drv_Pinshare_Init(VOID);
- /** @} */
- #endif
|