kernel/vm: change pde table info from single buffer to explicit per-process.
[minix.git] / include / minix / netdriver.h
blob82957b1ff4a92b56ab0928c717f6f2c2781f3bd2
1 /* Prototypes and definitions for network drivers. */
3 #ifndef _MINIX_NETDRIVER_H
4 #define _MINIX_NETDRIVER_H
6 #include <minix/endpoint.h>
7 #include <minix/ipc.h>
9 /* Functions defined by netdriver.c: */
10 _PROTOTYPE( void netdriver_announce, (void) );
11 _PROTOTYPE( int netdriver_receive, (endpoint_t src, message *m_ptr,
12 int *status_ptr) );
14 #endif /* _MINIX_NETDRIVER_H */