include <uvm/uvm_prot.h>

This commit is contained in:
pooka 2007-07-27 09:18:54 +00:00
parent 91f15f1760
commit 8b45aab0cf
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: puffs_msgif.h,v 1.45 2007/07/27 08:26:39 pooka Exp $ */
/* $NetBSD: puffs_msgif.h,v 1.46 2007/07/27 09:18:54 pooka Exp $ */
/*
* Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved.
@ -42,6 +42,8 @@
#include <sys/dirent.h>
#include <sys/fcntl.h>
#include <uvm/uvm_prot.h>
#define PUFFSOP_VFS 1
#define PUFFSOP_VN 2
#define PUFFSOP_CACHE 3