UI wireless state support

This commit is contained in:
2023-10-01 13:21:37 +02:00
parent ad28b82bb8
commit c644e75cbd
4 changed files with 50 additions and 3 deletions

View File

@@ -20,5 +20,6 @@ void* device_driver(device_t* device);
device_t* device_register(void* driver, void* handle);
char* device_get_image(device_t* device);
char* device_get_name(device_t* device);
device_capacity_t device_get_capacity(device_t* device);
#endif