Basic driver name/image interaction

This commit is contained in:
2023-09-19 15:33:46 +02:00
parent c2ae875a82
commit b293ceeb0d
5 changed files with 37 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ void device_init();
array_t* device_get_array();
// Handling a single device
device_t* device_register(void* driver, void* handle);
char* device_get_image(device_t* device);
char* device_get_name(device_t* device);