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:
Carlo Caione 2023-04-20 17:04:55 +02:00 committed by Anas Nashif
commit de90dfccbc
5 changed files with 10 additions and 5 deletions

View file

@ -232,6 +232,7 @@ breathe_default_members = ("members", )
cpp_id_attributes = [
"__syscall",
"__syscall_always_inline",
"__deprecated",
"__may_alias",
"__used",