/* * @OSF_COPYRIGHT@ * COPYRIGHT NOTICE * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc. * ALL RIGHTS RESERVED (DCE). See the file named COPYRIGHT.DCE in the * src directory for the full copyright text. */ /* * HISTORY * $Log: cma_vmprot.h,v $ * Revision 1.1.2.3 1992/12/15 22:32:46 alan * Insert copyright notices * [1992/12/07 19:44:13 alan] * * Revision 1.1.2.2 1992/09/03 14:42:28 bolinger * Replace current source file with equivalent from DEC BL10+ * source base, as originally integrated in the * nosupport/threads_bl10 tree. (See OT defect 5300.) * [1992/09/02 14:07:57 bolinger] * * Revision 1.1.2.2 1992/05/09 00:14:51 bolinger * BL10 CMA sources from DEC. * [1992/05/09 00:14:38 bolinger] * * Revision 1.1 1992/01/19 14:39:40 devrcs * Initial revision * * $EndLog$ */ /* * %W% (ULTRIX/OSF) %G% */ /* * Copyright (c) 1989, 1990 by * Digital Equipment Corporation, Maynard Massachusetts. * All rights reserved. * * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the * inclusion of the above copyright notice. This software or any other * copies thereof may not be provided or otherwise made available to any * other person. No title to and ownership of the software is hereby * transferred. * * The information in this software is subject to change without notice * and should not be construed as a commitment by DIGITAL Equipment * Corporation. * * DIGITAL assumes no responsibility for the use or reliability of its * software on equipment which is not supplied by DIGITAL. */ /* * FACILITY: * * CMA services * * ABSTRACT: * * Header file for VM protection services * * AUTHORS: * * Dave Butenhof * * CREATION DATE: * * 23 August 1989 * * MODIFICATION HISTORY: * */ #ifndef CMA_VMPROT #define CMA_VMPROT /* * INCLUDE FILES */ /* * CONSTANTS AND MACROS */ /* * TYPEDEFS */ /* * GLOBAL DATA */ /* * INTERNAL INTERFACES */ extern void cma__set_noaccess _CMA_PROTOTYPE_ (( cma_t_address low_address, /* Lowest address to change */ cma_t_address high_address)); /* Highest address to change */ extern void cma__set_writable _CMA_PROTOTYPE_ (( cma_t_address low_address, /* Lowest address to change */ cma_t_address high_address)); /* Highest address to change */ #endif /* DEC/CMS REPLACEMENT HISTORY, Element CMA_VMPROT.H */ /* *4 10-JUN-1991 19:58:24 SCALES "Convert to stream format for ULTRIX build" */ /* *3 10-JUN-1991 19:22:28 BUTENHOF "Fix the sccs headers" */ /* *2 10-JUN-1991 18:25:20 SCALES "Add sccs headers for Ultrix" */ /* *1 12-DEC-1990 21:56:01 BUTENHOF "VM management" */ /* DEC/CMS REPLACEMENT HISTORY, Element CMA_VMPROT.H */