Revision 1e5f7648 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> |
|
| 27 | 26 |
#include <chprintf.h> |
| 28 | 27 |
|
| 29 | 28 |
/** |
| ... | ... | |
| 191 | 190 |
void aosSysShutdownInit(aos_shutdown_t shutdown); |
| 192 | 191 |
void aosSysStop(void); |
| 193 | 192 |
void aosSysDeinit(void); |
| 194 |
void aosSysShutdownFinal(aos_interrupt_driver_t* intDrv, aos_shutdown_t shutdown);
|
|
| 193 |
void aosSysShutdownFinal(aos_shutdown_t shutdown); |
|
| 195 | 194 |
#ifdef __cplusplus |
| 196 | 195 |
} |
| 197 | 196 |
#endif |
Also available in: Unified diff