1 #include "defs.h" 2 SYS_FUNC(getpagesize)3 SYS_FUNC(getpagesize) 4 { 5 return RVAL_DECODED | RVAL_HEX; 6 } 7