17 lines
363 B
C
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
|
||
|
|
|