NV services: Difference between revisions
| Line 24: | Line 24: | ||
| 4 || [[#QueryEvent]] | | 4 || [[#QueryEvent]] | ||
|- | |- | ||
| 5 || MapSharedMem | | 5 || [[#MapSharedMem]] | ||
|- | |- | ||
| 6 || [[#GetStatus]] | | 6 || [[#GetStatus]] | ||
| Line 78: | Line 78: | ||
== QueryEvent == | == QueryEvent == | ||
Takes two input u32s(fd and event_id), with the second word immediately after the first one. Returns an output u32 and a copy-handle. | Takes two input u32s(fd and event_id), with the second word immediately after the first one. Returns an output u32 and a copy-handle. | ||
== MapSharedMem == | |||
Takes a copy-handle and two input u32s. Returns an output u32. | |||
== GetStatus == | == GetStatus == | ||