Prototype pmap_writetext().
This commit is contained in:
parent
1fea370221
commit
24ad0e8316
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap.h,v 1.29 1997/07/06 23:57:16 pk Exp $ */
|
||||
/* $NetBSD: pmap.h,v 1.30 1997/08/04 20:00:47 pk Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996
|
||||
@ -278,9 +278,8 @@ void kvm_uncache __P((caddr_t, int));
|
||||
struct user;
|
||||
void switchexit __P((vm_map_t, struct user *, int));
|
||||
int mmu_pagein __P((struct pmap *pm, int, int));
|
||||
#ifdef DEBUG
|
||||
int mmu_pagein4m __P((struct pmap *pm, int, int));
|
||||
#endif
|
||||
void pmap_writetext __P((unsigned char *, int));
|
||||
|
||||
|
||||
|
||||
/* SUN4/SUN4C SPECIFIC DECLARATIONS */
|
||||
|
Loading…
Reference in New Issue
Block a user