Read USB mass storage sector count and sector size!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user