First roll of renames: pnp_node_hamdle is now device_node_handle, pnp_node_attr

is now device_attr, pnp_bus_info bus_module_info, pnp_driver_info driver_module_info, ...
Small cleanup (more would be needed, but this has time).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10670 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-01-11 23:19:41 +00:00
parent b1e0087b8c
commit b83a8af4e0
9 changed files with 177 additions and 240 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ typedef status_t (*pnp_device_open_hook)(void *device_cookie, uint32 flags,
// new interface to devfs
typedef struct pnp_devfs_driver_info {
pnp_driver_info dinfo;
driver_module_info info;
pnp_device_open_hook open; // called to open the device
device_close_hook close; // called to close the device