Files
BR_YKC/Core/User/Driver/drv_init.h

15 lines
334 B
C
Raw Normal View History

2026-03-31 15:46:04 +08:00
#ifndef __DRVINIT_H
#define __DRVINIT_H
/* includes ----------------------------------------------------------------------------------------------*/
#include "global.h"
/* Exported functions prototypes ------------------------------------------------------------------------*/
void drv_all_Init(void);
#endif /* __DRVINIT_H */