* add missed header file that goes along with r42725

* change var to be different then type


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV 2011-09-08 18:30:28 +00:00
parent 6b8f21461e
commit 560e1322cd

View File

@ -101,7 +101,7 @@ typedef struct ide_adapter_channel_info {
uint32 lost; // != 0 if device got removed, i.e. if it must not uint32 lost; // != 0 if device got removed, i.e. if it must not
// be accessed anymore // be accessed anymore
ide_channel ide_channel; ide_channel ideChannel;
device_node *node; device_node *node;
int32 (*inthand)( void *arg ); int32 (*inthand)( void *arg );