Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1317 → Rev 1318

/kernel/trunk/generic/include/sysinfo/sysinfo.h
51,3 → 51,7
 
sysinfo_rettype_t sysinfo_get_val(const char *name,sysinfo_item_t **root);
 
__native sys_sysinfo_valid(__native ptr,__native len);
__native sys_sysinfo_value(__native ptr,__native len);
 
 
/kernel/trunk/generic/include/syscall/syscall.h
58,6 → 58,8
SYS_MAP_PHYSMEM,
SYS_IOSPACE_ENABLE,
SYS_PREEMPT_CONTROL,
SYS_SYSINFO_VALID,
SYS_SYSINFO_VALUE,
SYSCALL_END
} syscall_t;