kernel: maintain stack alignment
[minix3.git] / include / minix / netdriver.h
blob58ce4756468320507246ca476860e6ab4d3214fd
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 void netdriver_announce(void);
11 int netdriver_receive(endpoint_t src, message *m_ptr, int *status_ptr);
13 #endif /* _MINIX_NETDRIVER_H */