#include <devman.h>
Data Fields | |
devman_handle_t | current_handle |
The next available handle - handles are assigned in a sequential manner. | |
hash_table_t | devman_devices |
Hash table of all devices indexed by devman handles. | |
hash_table_t | devman_functions |
Hash table of all devices indexed by devman handles. | |
hash_table_t | devmap_functions |
Hash table of devices registered by devmapper, indexed by devmap handles. | |
fun_node_t * | root_node |
Root device node. | |
fibril_rwlock_t | rwlock |
Synchronize access to the device tree. |
Definition at line 189 of file devman.h.