Revision 0128be0f os/core/inc/aos_system.h
os/core/inc/aos_system.h | ||
---|---|---|
23 | 23 |
#include <amiro-lld.h> |
24 | 24 |
#include <aos_shell.h> |
25 | 25 |
#include <aos_time.h> |
26 |
#include <aos_interrupts.h> |
|
26 | 27 |
#include <chprintf.h> |
27 | 28 |
|
28 | 29 |
/** |
... | ... | |
190 | 191 |
void aosSysShutdownInit(aos_shutdown_t shutdown); |
191 | 192 |
void aosSysStop(void); |
192 | 193 |
void aosSysDeinit(void); |
193 |
void aosSysShutdownFinal(EXTDriver* extDrv, aos_shutdown_t shutdown);
|
|
194 |
void aosSysShutdownFinal(aos_interrupt_driver_t* intDrv, aos_shutdown_t shutdown);
|
|
194 | 195 |
#ifdef __cplusplus |
195 | 196 |
} |
196 | 197 |
#endif |
Also available in: Unified diff