Adding a function to the freebsd compat layer, to support linkage of the
aironetwifi driver. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -217,6 +217,13 @@ device_get_softc(device_t dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
u_int32_t
|
||||||
|
device_get_flags(device_t dev)
|
||||||
|
{
|
||||||
|
return dev->flags;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
device_set_driver(device_t dev, driver_t *driver)
|
device_set_driver(device_t dev, driver_t *driver)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user