bug #26397: Added SLIP polling support (uses sio_tryread)

This commit is contained in:
goldsimon
2009-08-26 21:06:18 +00:00
parent b55cfbc342
commit cff3e0cad2
3 changed files with 169 additions and 77 deletions

View File

@@ -41,6 +41,7 @@ extern "C" {
#endif
err_t slipif_init(struct netif * netif);
void slipif_poll(struct netif *netif);
#ifdef __cplusplus
}