mirror of https://github.com/F-Stack/f-stack.git
13 lines
205 B
C
13 lines
205 B
C
|
/*-
|
||
|
* This file is in the public domain since it's just boilerplate.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARM_INCLUDE_EFI_H_
|
||
|
#define __ARM_INCLUDE_EFI_H_
|
||
|
|
||
|
#define EFIABI_ATTR
|
||
|
|
||
|
#endif /* __ARM_INCLUDE_EFI_H_ */
|