Start on board/main.c
This commit is contained in:
parent
eea75a7068
commit
8c951b693c
16 changed files with 679 additions and 48 deletions
|
|
@ -12,9 +12,9 @@ typedef void (*VoidFunc)(void);
|
|||
extern const VoidFunc _ctors[];
|
||||
extern const VoidFunc _dtors[];
|
||||
|
||||
extern void BoardCommonInit(VoidFunc init, VoidFunc destroy);
|
||||
extern void BoardCommonInit(VoidFunc create, VoidFunc destroy);
|
||||
|
||||
extern void BoardInit(void);
|
||||
extern void BoardCreate(void);
|
||||
extern void BoardDestroy(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue