efi.h revision 307074
1307070Simp/*-
2307070Simp * Copyright (c) 2016 The FreeBSD Foundation
3307070Simp * All rights reserved.
4307070Simp *
5307070Simp * This software was developed by Konstantin Belousov <kib@FreeBSD.org>
6307070Simp * under sponsorship from the FreeBSD Foundation.
7307070Simp *
8307070Simp * Redistribution and use in source and binary forms, with or without
9307070Simp * modification, are permitted provided that the following conditions
10307070Simp * are met:
11307070Simp * 1. Redistributions of source code must retain the above copyright
12307070Simp *    notice, this list of conditions and the following disclaimer.
13307070Simp * 2. Redistributions in binary form must reproduce the above copyright
14307070Simp *    notice, this list of conditions and the following disclaimer in the
15307070Simp *    documentation and/or other materials provided with the distribution.
16307070Simp *
17307070Simp * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18307070Simp * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19307070Simp * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20307070Simp * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21307070Simp * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22307070Simp * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23307070Simp * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24307070Simp * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25307070Simp * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26307070Simp * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27307070Simp * SUCH DAMAGE.
28307070Simp *
29307070Simp * $FreeBSD: head/sys/mips/include/efi.h 307074 2016-10-11 22:54:29Z imp $
30307070Simp */
31307070Simp
32307074Simp#ifndef __MIPS_INCLUDE_EFI_H_
33307074Simp#define __MIPS_INCLUDE_EFI_H_
34307070Simp
35307074Simp#define	EFIABI_ATTR
36307070Simp
37307074Simp/* Note: we don't actually support this on mips */
38307070Simp
39307074Simp#endif /* __MIPS_INCLUDE_EFI_H_ */
40