- Adjust function declarations.
This commit is contained in:
parent
79c71e0bae
commit
cfbd3e5737
|
@ -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.
|
* Copyright (c) 1988 University of Utah.
|
||||||
|
@ -54,7 +54,6 @@
|
||||||
#include <sys/malloc.h>
|
#include <sys/malloc.h>
|
||||||
#include <sys/msgbuf.h>
|
#include <sys/msgbuf.h>
|
||||||
|
|
||||||
#include <mips/conf.h>
|
|
||||||
#include <machine/cpu.h>
|
#include <machine/cpu.h>
|
||||||
|
|
||||||
#include <vm/vm.h>
|
#include <vm/vm.h>
|
||||||
|
@ -63,6 +62,10 @@
|
||||||
#include <uvm/uvm_extern.h>
|
#include <uvm/uvm_extern.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define mmread mmrw
|
||||||
|
#define mmwrite mmrw
|
||||||
|
cdev_decl(mm);
|
||||||
|
|
||||||
extern paddr_t avail_end;
|
extern paddr_t avail_end;
|
||||||
void *zeropage;
|
void *zeropage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue