Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1755 → Rev 1764

/boot/trunk/genarch/ofw.c
27,10 → 27,10
*/
#include "ofw.h"
#include "asm.h"
#include "printf.h"
#include <printf.h>
#include <asm.h>
 
#define MAX_OFW_ARGS 10
#define MAX_OFW_ARGS 10
#define BUF_SIZE 1024
 
typedef unsigned int ofw_arg_t;
72,7 → 72,6
phandle ofw_memory;
phandle ofw_aliases;
 
 
static int ofw_call(const char *service, const int nargs, const int nret, ofw_arg_t *rets, ...)
{
va_list list;