libnetsock: use libchardriver

Change-Id: Ia5b780cad0b0c636db9bd866c7223da0d38ef6ea
This commit is contained in:
David van Moolenbroek
2013-09-04 15:42:36 +00:00
committed by Lionel Sambuc
parent 15e83fec25
commit 4628a14fc7
3 changed files with 202 additions and 191 deletions

View File

@@ -118,7 +118,7 @@ int socket_open(devminor_t minor);
extern struct socket socket[MAX_SOCKETS];
void socket_request(message * m);
void socket_request(message * m, int ipc_status);
void mq_process(void);
struct socket * get_unused_sock(void);