1285SN/A/*-
2462SN/A * SPDX-License-Identifier: BSD-2-Clause
3285SN/A *
4285SN/A * Copyright (c) 2002 Doug Rabson
5285SN/A * All rights reserved.
6285SN/A *
7285SN/A * Redistribution and use in source and binary forms, with or without
8285SN/A * modification, are permitted provided that the following conditions
9285SN/A * are met:
10285SN/A * 1. Redistributions of source code must retain the above copyright
11285SN/A *    notice, this list of conditions and the following disclaimer.
12285SN/A * 2. Redistributions in binary form must reproduce the above copyright
13285SN/A *    notice, this list of conditions and the following disclaimer in the
14285SN/A *    documentation and/or other materials provided with the distribution.
15285SN/A *
16285SN/A * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17285SN/A * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18285SN/A * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19285SN/A * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20285SN/A * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21285SN/A * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22285SN/A * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23285SN/A * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24285SN/A * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25285SN/A * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26285SN/A * SUCH DAMAGE.
27285SN/A */
28285SN/A
29285SN/A#define __ELF_WORD_SIZE 32
30285SN/A#include <kern/imgact_elf.c>
31285SN/A