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:
@@ -64,7 +64,7 @@ typedef struct phys_vecs {
|
||||
|
||||
// interface to be provided by device driver
|
||||
typedef struct blkdev_interface {
|
||||
pnp_driver_info dinfo;
|
||||
driver_module_info dinfo;
|
||||
|
||||
// iovecs are physical address here
|
||||
// pos and num_blocks are in blocks; bytes_transferred in bytes
|
||||
|
||||
Reference in New Issue
Block a user