1*ce099b40Smartin /* $NetBSD: freebsd_mman.h,v 1.4 2008/04/28 20:23:41 martin Exp $ */ 23e2a629fSpooka 33e2a629fSpooka /*- 43e2a629fSpooka * Copyright (c) 2003 The NetBSD Foundation, Inc. 53e2a629fSpooka * All rights reserved. 63e2a629fSpooka * 73e2a629fSpooka * Redistribution and use in source and binary forms, with or without 83e2a629fSpooka * modification, are permitted provided that the following conditions 93e2a629fSpooka * are met: 103e2a629fSpooka * 1. Redistributions of source code must retain the above copyright 113e2a629fSpooka * notice, this list of conditions and the following disclaimer. 123e2a629fSpooka * 2. Redistributions in binary form must reproduce the above copyright 133e2a629fSpooka * notice, this list of conditions and the following disclaimer in the 143e2a629fSpooka * documentation and/or other materials provided with the distribution. 153e2a629fSpooka * 163e2a629fSpooka * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 173e2a629fSpooka * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 183e2a629fSpooka * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 193e2a629fSpooka * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 203e2a629fSpooka * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 213e2a629fSpooka * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 223e2a629fSpooka * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 233e2a629fSpooka * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 243e2a629fSpooka * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 253e2a629fSpooka * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 263e2a629fSpooka * POSSIBILITY OF SUCH DAMAGE. 273e2a629fSpooka */ 283e2a629fSpooka 293e2a629fSpooka #ifndef _FREEBSD_MMAN_H_ 303e2a629fSpooka #define _FREEBSD_MMAN_H_ 313e2a629fSpooka 323e2a629fSpooka #define FREEBSD_MAP_STACK 0x0400 333e2a629fSpooka #define FREEBSD_MAP_NOSYNC 0x0800 343e2a629fSpooka 353e2a629fSpooka #endif /* !_FREEBSD_MMAN_H_ */ 36