Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 870 Bytes

syscall_test_8.md

File metadata and controls

47 lines (28 loc) · 870 Bytes

zx_syscall_test_8

SUMMARY

TODO(fxbug.dev/32938)

DECLARATION

#include <zircon/syscalls.h>

zx_status_t zx_syscall_test_8(int32_t a,
                              int32_t b,
                              int32_t c,
                              int32_t d,
                              int32_t e,
                              int32_t f,
                              int32_t g,
                              int32_t h);

DESCRIPTION

TODO(fxbug.dev/32938)

RIGHTS

TODO(fxbug.dev/32253)

RETURN VALUE

TODO(fxbug.dev/32938)

ERRORS

TODO(fxbug.dev/32938)

SEE ALSO

TODO(fxbug.dev/32938)