176294Sobrien/*-
277932Sobrien * Copyright (c) 2001 David E. O'Brien.
376294Sobrien * All rights reserved.
476294Sobrien *
576294Sobrien * Redistribution and use in source and binary forms, with or without
676294Sobrien * modification, are permitted provided that the following conditions
776294Sobrien * are met:
876294Sobrien * 1. Redistributions of source code must retain the above copyright
976294Sobrien *    notice, this list of conditions and the following disclaimer.
1076294Sobrien * 2. Redistributions in binary form must reproduce the above copyright
1176294Sobrien *    notice, this list of conditions and the following disclaimer in the
1276294Sobrien *    documentation and/or other materials provided with the distribution.
1376294Sobrien *
1476294Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1576294Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1676294Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1776294Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1876294Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1976294Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2076294Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2176294Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2276294Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2376294Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2476294Sobrien * SUCH DAMAGE.
2576294Sobrien *
2676294Sobrien * $FreeBSD$
2776294Sobrien */
2876294Sobrien
2999403Smarkm/*
3099403Smarkm * This is a Solaris compatibility header
3199403Smarkm */
3299403Smarkm
3376294Sobrien#ifndef	_ELF_H_
3476294Sobrien#define	_ELF_H_
3576294Sobrien
3676294Sobrien#include <sys/types.h>
3776294Sobrien#include <machine/elf.h>
3877204Sobrien#include <sys/elf32.h>
3977204Sobrien#include <sys/elf64.h>
4076294Sobrien
4176294Sobrien#endif /* !_ELF_H_ */
42