Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
aarch64-freebsd-none
arm
efi.h
pretty
plain
permalink
blame
history
•
10 lines
•
188 B
1
/*-
2
* This file is in the public domain since it's just boilerplate.
3
*/
4
5
#ifndef __ARM_INCLUDE_EFI_H_
6
#define __ARM_INCLUDE_EFI_H_
7
8
#define	EFIABI_ATTR
9
10
#endif /* __ARM_INCLUDE_EFI_H_ */