Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1779 → Rev 1780

/kernel/trunk/genarch/src/ofw/ofw.c
63,7 → 63,7
cpu_halt();
}
 
__native ofw_call(const char *service, const int nargs, const int nret, ...)
unative_t ofw_call(const char *service, const int nargs, const int nret, ...)
{
va_list list;
ofw_args_t args;