diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syscall_descriptions_syntax.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index dd5dbeb3d..a8f79b580 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -228,6 +228,10 @@ test_struct { } ``` +Each resource type must be "produced" (used as an output) by at least one syscall +(outside of unions and optional pointers) and "consumed" (used as an input) +by at least one syscall. + ## Type Aliases Complex types that are often repeated can be given short type aliases using the |
