use the typedef

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25798 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-06-03 20:13:59 +00:00
parent 6cd1b6f737
commit a5f249c795

View File

@ -57,7 +57,7 @@ typedef struct phys_vecs {
#define B_BLOCK_DEVICE_MAX_SG_BLOCKS "block_device/max_sg_blocks"
typedef struct block_device_cookie {
struct device_node *node;
device_node *node;
} block_device_cookie;
// interface to be provided by device driver