- Adjust function declarations.

This commit is contained in:
nisimura 1999-03-15 03:25:33 +00:00
parent 79c71e0bae
commit cfbd3e5737
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mem.c,v 1.16 1999/02/10 17:03:27 kleink Exp $ */
/* $NetBSD: mem.c,v 1.17 1999/03/15 03:25:33 nisimura Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -54,7 +54,6 @@
#include <sys/malloc.h>
#include <sys/msgbuf.h>
#include <mips/conf.h>
#include <machine/cpu.h>
#include <vm/vm.h>
@ -63,6 +62,10 @@
#include <uvm/uvm_extern.h>
#endif
#define mmread mmrw
#define mmwrite mmrw
cdev_decl(mm);
extern paddr_t avail_end;
void *zeropage;