export api_version even though we don't support select() in them.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21245 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-05-26 00:45:44 +00:00
parent b9a0731d88
commit e58b9aef62
2 changed files with 4 additions and 0 deletions
@@ -45,6 +45,9 @@ int32 b44_interrupt(void *cookie);
int32 tx_cleanup_thread(void *us);
int32 api_version = B_CUR_DRIVER_API_VERSION;
status_t
init_hardware(void)
{
@@ -265,6 +265,7 @@ static int32 b57_interrupt(void *cookie);
static int32 tx_cleanup_thread(void *us);
device_hooks b57_hooks = {b57_open,b57_close,b57_free,b57_ioctl,b57_read,b57_write,NULL,NULL,NULL,NULL};
int32 api_version = B_CUR_DRIVER_API_VERSION;
//int debug_fd;