Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2049 → Rev 2050

/trunk/kernel/test/sysinfo/sysinfo1.c
32,7 → 32,7
#include <test.h>
#include <sysinfo/sysinfo.h>
 
char * test_sysinfo1(void)
char * test_sysinfo1(bool quiet)
{
sysinfo_dump(NULL, 0);
return NULL;