freebsd compat. layer: added mii placeholders, callout implementation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21006 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Hugo Santos
2007-05-03 21:18:21 +00:00
parent 835ec57dc2
commit 6d043beb03
11 changed files with 476 additions and 100 deletions
+10
View File
@@ -14,6 +14,16 @@
#define NET_STACK_MODULE_NAME "network/stack/v1"
struct net_address_module_info;
struct net_protocol_module_info;
struct net_buffer;
struct net_device;
struct net_domain;
struct net_socket;
struct net_timer;
struct net_fifo {
benaphore lock;
sem_id notify;