We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a39ca commit 7ab0619Copy full SHA for 7ab0619
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
@@ -272,6 +273,7 @@ Attributes on extern function parameters follow the same rules and
272
273
restrictions as [regular function parameters].
274
275
[IDENTIFIER]: ../identifiers.md
276
+[UEFI]: https://uefi.org/specifications
277
[WebAssembly module]: https://webassembly.github.io/spec/core/syntax/modules.html
278
[functions]: functions.md
279
[statics]: static-items.md
0 commit comments