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

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

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

revision 1.13 by jani, Fri Mar 7 10:29:25 2003 UTC revision 1.14 by jani, Wed Mar 19 15:27:56 2003 UTC
# Line 57  struct sys_timeout {u8_t dummy;}; Line 57  struct sys_timeout {u8_t dummy;};
57  #define sys_mbox_post(m,d)  #define sys_mbox_post(m,d)
58  #define sys_mbox_free(m)  #define sys_mbox_free(m)
59    
60  #define sys_thread_new(t,a)  #define sys_thread_new(t,a,p)
61    
62  /* We don't need protection if there is no OS */  /* We don't need protection if there is no OS */
63  #define SYS_ARCH_DECL_PROTECT(lev)  #define SYS_ARCH_DECL_PROTECT(lev)
# Line 157  void sys_arch_unprotect(sys_prot_t pval) Line 157  void sys_arch_unprotect(sys_prot_t pval)
157  #endif /* SYS_ARCH_PROTECT */  #endif /* SYS_ARCH_PROTECT */
158    
159  /* Thread functions. */  /* Thread functions. */
160  sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg);  sys_thread_t sys_thread_new(void (* thread)(void *arg), void *arg, int prio);
161    
162  /* The following functions are used only in Unix code, and  /* The following functions are used only in Unix code, and
163     can be omitted when porting the stack. */     can be omitted when porting the stack. */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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