aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/resource.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update clock, resource and smc system calls (#3316)Dzmitry2022-08-171-2/+3
| | | | | | | | | | | * sys/fuchsia: add clock system calls Renames time.txt to clock.txt Updates `zx_clock_read` and adds new ones: `zx_clock_get_details` and `zx_clock_update` * sys/fuchsia: add the resource system call * sys/fuchsia: add the smc system call
* sys/fuchsia: add the mtrace system call (#3297)Chris Palmer2022-08-111-0/+12
Also add a minimal resource.txt so that `zx_resource` works. The rest of resource.fidl/.txt will be added in a pending PR. Co-authored-by: Chris Palmer <palmer@google.com>