blob: 49c6234b9281d061b887be4efe844a75d9b59306 [file] [log] [blame]
#include "defs.h"
SYS_FUNC(getpagesize)
{
return RVAL_DECODED | RVAL_HEX;
}