mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
m1n1.fw.dcp.ipc: annotate swap_complete_intent_gated
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
53af416b07
commit
fb49d88d90
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ class IOMobileFramebufferAP(IPCObject):
|
|||
|
||||
D589 = Callback(void, "swap_complete_ap_gated", uint, bool_, InPtr(SwapCompleteData), SwapInfoBlob, uint)
|
||||
|
||||
D591 = Callback(void, "swap_complete_intent_gated", uint, bool_, uint32_t, uint, uint)
|
||||
D591 = Callback(void, "swap_complete_intent_gated", swap_id=uint, unkB=bool_, unkInt=uint32_t, width=uint, height=uint)
|
||||
D598 = Callback(void, "find_swap_function_gated")
|
||||
|
||||
class ServiceRelay(IPCObject):
|
||||
|
|
Loading…
Reference in a new issue