1139825Simp/*-
270578Sobrien * Copyright (c) 2001 David E. O'Brien
370578Sobrien * All rights reserved.
470578Sobrien *
570578Sobrien * Redistribution and use in source and binary forms, with or without
670578Sobrien * modification, are permitted provided that the following conditions
770578Sobrien * are met:
870578Sobrien * 1. Redistributions of source code must retain the above copyright
970578Sobrien *    notice, this list of conditions and the following disclaimer.
1070578Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1170578Sobrien *    notice, this list of conditions and the following disclaimer in the
1270578Sobrien *    documentation and/or other materials provided with the distribution.
1370578Sobrien * 3. Neither the name of the author nor the names of any co-contributors
1470578Sobrien *    may be used to endorse or promote products derived from this software
1570578Sobrien *    without specific prior written permission.
1670578Sobrien *
1770578Sobrien * THIS SOFTWARE IS PROVIDED BY JOHN BIRRELL AND CONTRIBUTORS ``AS IS'' AND
1870578Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1970578Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2070578Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2170578Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2270578Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2370578Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2470578Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2570578Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2670578Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2770578Sobrien * SUCH DAMAGE.
2870578Sobrien *
2970578Sobrien * $FreeBSD$
3070578Sobrien */
3170578Sobrien
32142107Sru#ifndef	_MACHINE_EXEC_H_
33142107Sru#define	_MACHINE_EXEC_H_
3470578Sobrien
35142107Sru#define	__LDPGSZ	4096
3670578Sobrien
37142107Sru#endif /* !_MACHINE_EXEC_H_ */
38