Files
pico-launcher/common/ipcChannels.h

8 lines
169 B
C
Raw Normal View History

2025-11-22 17:21:45 +01:00
#pragma once
#define IPC_CHANNEL_DSI_SD 16
#define IPC_CHANNEL_DLDI 17
#define IPC_CHANNEL_LOADER 18
#define IPC_CHANNEL_SOUND 19
#define IPC_CHANNEL_RTC 20