2026-03-31 15:46:04 +08:00
|
|
|
#ifndef __OSINIT_H
|
|
|
|
|
#define __OSINIT_H
|
|
|
|
|
|
|
|
|
|
/* Private includes ----------------------------------------------------------*/
|
|
|
|
|
#include "global.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Exported functions prototypes ------------------------------------------------------------------------*/
|
2026-05-21 10:01:28 +08:00
|
|
|
void os_init(void);
|
2026-03-31 15:46:04 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Exported constants --------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|