1/*-
2 * This file is in the public domain since it's just boilerplate.
3 *
4 * $FreeBSD: stable/11/sys/mips/include/efi.h 318576 2017-05-20 16:12:44Z kib $
5 */
6
7#ifndef __MIPS_INCLUDE_EFI_H_
8#define __MIPS_INCLUDE_EFI_H_
9
10#define	EFIABI_ATTR
11
12/* Note: we don't actually support this on mips */
13
14#endif /* __MIPS_INCLUDE_EFI_H_ */
15