1139735Simp/*-
270651Sobrien * Copyright (c) 2001 David E. O'Brien
370651Sobrien * All rights reserved.
470651Sobrien *
570651Sobrien * Redistribution and use in source and binary forms, with or without
670651Sobrien * modification, are permitted provided that the following conditions
770651Sobrien * are met:
870651Sobrien * 1. Redistributions of source code must retain the above copyright
970651Sobrien *    notice, this list of conditions and the following disclaimer.
1070651Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1170651Sobrien *    notice, this list of conditions and the following disclaimer in the
1270651Sobrien *    documentation and/or other materials provided with the distribution.
1370651Sobrien * 3. Neither the name of the author nor the names of any co-contributors
1470651Sobrien *    may be used to endorse or promote products derived from this software
1570651Sobrien *    without specific prior written permission.
1670651Sobrien *
1770651Sobrien * THIS SOFTWARE IS PROVIDED BY JOHN BIRRELL AND CONTRIBUTORS ``AS IS'' AND
1870651Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1970651Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2070651Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2170651Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2270651Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2370651Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2470651Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2570651Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2670651Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2770651Sobrien * SUCH DAMAGE.
2870651Sobrien *
2970651Sobrien * $FreeBSD$
3070651Sobrien */
3170651Sobrien
32142107Sru#ifndef	_MACHINE_EXEC_H_
33142107Sru#define	_MACHINE_EXEC_H_
3470651Sobrien
35142107Sru#define	__LDPGSZ	4096
3670651Sobrien
37142107Sru#endif /* !_MACHINE_EXEC_H_ */
38