/[lwip]/lwip/src/netif/slipif.c
ViewVC logotype

Diff of /lwip/src/netif/slipif.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by jani, Wed Mar 19 15:27:56 2003 UTC revision 1.9 by jani, Mon Mar 24 10:54:03 2003 UTC
# Line 42  Line 42 
42  #include "lwip/pbuf.h"  #include "lwip/pbuf.h"
43  #include "lwip/sys.h"  #include "lwip/sys.h"
44  #include "lwip/stats.h"  #include "lwip/stats.h"
45    #include "lwip/sio.h"
46    
47  #define SLIP_END     0300  #define SLIP_END     0300
48  #define SLIP_ESC     0333  #define SLIP_ESC     0333
# Line 50  Line 51 
51    
52  #define MAX_SIZE     1500  #define MAX_SIZE     1500
53    
 /* Low level serial functions */  
 extern void sio_send(u8_t, void*);  
 extern u8_t sio_recv(void *);  
 extern void * sio_open(u8_t);  
   
54  /**  /**
55   * Send a pbuf doing the necessary SLIP encapsulation   * Send a pbuf doing the necessary SLIP encapsulation
56   *   *

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26