Files
BR_YKC/Core/User/Driver/drv_init.h
2026-03-31 15:46:04 +08:00

16 lines
335 B
C

#ifndef __DRVINIT_H
#define __DRVINIT_H
/* includes ----------------------------------------------------------------------------------------------*/
#include "global.h"
/* Exported functions prototypes ------------------------------------------------------------------------*/
void drv_all_Init(void);
#endif /* __DRVINIT_H */