/[lwip]/lwip/src/include/lwip/sio.h
ViewVC logotype

Diff of /lwip/src/include/lwip/sio.h

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

revision 1.1 by jani, Mon Mar 24 10:54:03 2003 UTC revision 1.2 by jani, Tue May 6 12:20:57 2003 UTC
# Line 30  Line 30 
30  /*  /*
31   * This is the interface to the platform specific serial IO module   * This is the interface to the platform specific serial IO module
32   * It needs to be implemented by those platforms which need SLIP or PPP   * It needs to be implemented by those platforms which need SLIP or PPP
  * This is still preliminary and will surely be extended for PPP  
33   */   */
34    
35  #include "arch/cc.h"  #include "arch/cc.h"
# Line 38  Line 37 
37  void * sio_open(u8_t);  void * sio_open(u8_t);
38  void sio_send(u8_t, void*);  void sio_send(u8_t, void*);
39  u8_t sio_recv(void *);  u8_t sio_recv(void *);
40    u32_t sio_read(void *, u8_t *, u32_t);
41    u32_t sio_write(void *, u8_t *, u32_t);
42    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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