We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5adb99 + 7ab0619 commit a9afb04Copy full SHA for a9afb04
src/items/external-blocks.md
@@ -90,6 +90,7 @@ There are also some platform-specific ABI strings:
90
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
91
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
92
`__vectorcall` and clang's `__attribute__((vectorcall))`
93
+* `extern "efiapi"` -- The ABI used for [UEFI] functions.
94
95
## Variadic functions
96
@@ -288,6 +289,7 @@ Attributes on extern function parameters follow the same rules and
288
289
restrictions as [regular function parameters].
290
291
[IDENTIFIER]: ../identifiers.md
292
+[UEFI]: https://uefi.org/specifications
293
[WebAssembly module]: https://webassembly.github.io/spec/core/syntax/modules.html
294
[functions]: functions.md
295
[statics]: static-items.md
0 commit comments