Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/i386/include/efi.h
39536 views
1
/*-
2
* This file is in the public domain since it's just boilerplate.
3
*/
4
5
#ifndef __I386_INCLUDE_EFI_H_
6
#define __I386_INCLUDE_EFI_H_
7
8
#define EFIABI_ATTR /* __attribute__((ms_abi)) */ /* clang fails with this */
9
10
/* Note: we don't actually support this on i386 yet */
11
12
#endif /* __I386_INCLUDE_EFI_H_ */
13
14