mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-30 05:45:56 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef STORAGE_CONTROL_H
|
|
#define STORAGE_CONTROL_H
|
|
|
|
void storage_control_poll(void);
|
|
|
|
#endif
|