Changeset 2085 for Whitix/branches/netchannel/include/sys.h
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/netchannel/include/sys.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/include/sys.h
r1694 r2085 44 44 #define SYS_SHUTDOWN_BASE 57 45 45 #define SYS_IO_BASE 58 46 #define SYS_TIMER_BASE 61 47 #define SYS_EVENT_BASE 64 46 48 47 #define SYSCALL_MAX 6 249 #define SYSCALL_MAX 65 48 50 49 51 #define SysEntry(addr, bytes) { (DWORD)addr, bytes }
