Read USB mass storage sector count and sector size!

This commit is contained in:
2026-04-06 01:00:54 +02:00
parent 90217168be
commit 1cb1bad3dd
17 changed files with 800 additions and 347 deletions

View File

@@ -43,6 +43,8 @@ struct device* device_create (int type, const char* key, device_op_func_t* ops,
device_init_func_t init, device_fini_func_t fini, void* arg,
struct proc* proc, struct reschedule_ctx* rctx);
void device_delete (const char* key, struct proc* proc, struct reschedule_ctx* rctx);
struct device* device_find (const char* key);
size_t device_populate_device_infos (struct device_info* infos, size_t count);