syscall: Introduce __syscall_always_inline
Sometimes we want to force the inlining of a __syscall. Introduce a new __syscall_always_inline symbol to do that. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
826d35b188
commit
de90dfccbc
5 changed files with 10 additions and 5 deletions
|
@ -232,6 +232,7 @@ breathe_default_members = ("members", )
|
|||
|
||||
cpp_id_attributes = [
|
||||
"__syscall",
|
||||
"__syscall_always_inline",
|
||||
"__deprecated",
|
||||
"__may_alias",
|
||||
"__used",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue