From 72bc04b8744c8b2756cbf115a88bc48fbde57c6b Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Sun, 20 Apr 2025 13:58:03 +0200 Subject: arm: apple: rtkit: Add support for AP power & syslogs This is required for MTP to work properly Signed-off-by: Hector Martin Signed-off-by: Mark Kettenis --- arch/arm/include/asm/arch-apple/rtkit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/include') diff --git a/arch/arm/include/asm/arch-apple/rtkit.h b/arch/arm/include/asm/arch-apple/rtkit.h index eff18ddb9d2..b795215feb7 100644 --- a/arch/arm/include/asm/arch-apple/rtkit.h +++ b/arch/arm/include/asm/arch-apple/rtkit.h @@ -26,4 +26,6 @@ struct apple_rtkit *apple_rtkit_init(struct mbox_chan *chan, void *cookie, apple_rtkit_shmem_destroy shmem_destroy); void apple_rtkit_free(struct apple_rtkit *rtk); int apple_rtkit_boot(struct apple_rtkit *rtk); +int apple_rtkit_set_ap_power(struct apple_rtkit *rtk, int pwrstate); +int apple_rtkit_poll(struct apple_rtkit *rtk, ulong timeout); int apple_rtkit_shutdown(struct apple_rtkit *rtk, int pwrstate); -- cgit v1.3.1