Files
BR_YKC/Core/User/Driver/drv_init.h
2026-05-21 10:01:28 +08:00

15 lines
334 B
C

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