diff options
Diffstat (limited to 'fw/fe310/eos/dev/aon.h')
-rw-r--r-- | fw/fe310/eos/dev/aon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fw/fe310/eos/dev/aon.h b/fw/fe310/eos/dev/aon.h index 22ba84a..4551cc0 100644 --- a/fw/fe310/eos/dev/aon.h +++ b/fw/fe310/eos/dev/aon.h @@ -1,4 +1,7 @@ #include <stdint.h> void eos_aon_save4eve(uint8_t power_state); -uint8_t eos_aon_load4eve(void);
\ No newline at end of file +uint8_t eos_aon_load4eve(void); + +void eos_aon_save4net(int absent); +int eos_aon_load4net(void);
\ No newline at end of file |