[L4alpha-cvscommit] CVS: L4Alpha/include/pal palcalls.h,1.3,1.4
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-22 06:44:25
|
Update of /cvsroot/l4alpha/L4Alpha/include/pal In directory usw-pr-cvs1:/tmp/cvs-serv15935/include/pal Modified Files: palcalls.h Log Message: Minor cleaup for l4_migrate and l4_whoami functions Added #define for syscall values. Index: palcalls.h =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/include/pal/palcalls.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** palcalls.h 2001/04/05 08:23:40 1.3 --- palcalls.h 2002/01/22 06:44:19 1.4 *************** *** 49,52 **** --- 49,55 ---- #define L4_SYS_TIME 0x00B9 /* get system up time */ + #define L4_WHOAMI 0x00AB + #define L4_MIGRATE 0x00AC + #define UDBG_PRINT_DBG_CHAR 0x00AF /* GDB */ #define UDBG_GET_DBG_CHAR 0x00AE /* GDB */ |