diff options
Diffstat (limited to 'sys/powerpc/include/efi.h')
| -rw-r--r-- | sys/powerpc/include/efi.h | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/sys/powerpc/include/efi.h b/sys/powerpc/include/efi.h new file mode 100644 index 000000000000..394e696bdd98 --- /dev/null +++ b/sys/powerpc/include/efi.h @@ -0,0 +1,12 @@ +/*- + * This file is in the public domain since it's just boilerplate. + */ + +#ifndef __POWERPC_INCLUDE_EFI_H_ +#define __POWERPC_INCLUDE_EFI_H_ + +#define	EFIABI_ATTR + +/* Note: we don't actually support this on powerpc */ + +#endif /* __POWERPC_INCLUDE_EFI_H_ */ | 
