Difference between revisions of "/dev/stm/eventhook"
Jump to navigation
Jump to search
(make redirect) |
Hallowizer (talk | contribs) (Real page) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | + | This device is used for async STM calls. | |
+ | |||
+ | == Ioctls == | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Ioctl | ||
+ | ! Function | ||
+ | ! Notes | ||
+ | |- | ||
+ | | 0x1000 | ||
+ | | STM_EventHook | ||
+ | | This async ioctl will block until the next event happens, at which point the async callback will be called. | ||
+ | |} |
Revision as of 22:48, 4 May 2021
This device is used for async STM calls.
Ioctls
Ioctl | Function | Notes |
---|---|---|
0x1000 | STM_EventHook | This async ioctl will block until the next event happens, at which point the async callback will be called. |