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.
+
|}