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:
@@ -45,6 +45,9 @@ int32 b44_interrupt(void *cookie);
|
|||||||
int32 tx_cleanup_thread(void *us);
|
int32 tx_cleanup_thread(void *us);
|
||||||
|
|
||||||
|
|
||||||
|
int32 api_version = B_CUR_DRIVER_API_VERSION;
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
init_hardware(void)
|
init_hardware(void)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -265,6 +265,7 @@ static int32 b57_interrupt(void *cookie);
|
|||||||
static int32 tx_cleanup_thread(void *us);
|
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};
|
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;
|
//int debug_fd;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user