Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/include/sys.h

    r1694 r2085  
    4444#define SYS_SHUTDOWN_BASE               57 
    4545#define SYS_IO_BASE                             58 
     46#define SYS_TIMER_BASE                  61 
     47#define SYS_EVENT_BASE                  64 
    4648 
    47 #define SYSCALL_MAX             62 
     49#define SYSCALL_MAX             65 
    4850 
    4951#define SysEntry(addr, bytes) { (DWORD)addr, bytes }