In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "/dev/stm/eventhook"

From WiiBrew
< /dev‎ | stm
Jump to navigation Jump to search
(make redirect)
 
(Real page)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[/dev/stm/immediate]]
+
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.