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
|
@ -24,6 +24,7 @@ AttributeMacros:
|
|||
- __packed
|
||||
- __printf_like
|
||||
- __syscall
|
||||
- __syscall_always_inline
|
||||
- __subsystem
|
||||
BitFieldColonSpacing: After
|
||||
BreakBeforeBraces: Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue