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

17 lines
363 B
C

#ifndef __OSINIT_H
#define __OSINIT_H
/* Private includes ----------------------------------------------------------*/
#include "global.h"
/* Exported functions prototypes ------------------------------------------------------------------------*/
void os_init(void);
/* Exported constants --------------------------------------------------------*/
#endif