rptun: Align command value with rpmsg_virtio_lite

so we can mix rptun and rpmsg_virtio_lite in the same system.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2025-03-03 15:54:30 +08:00
committed by GUIDINGLI
parent e369bce787
commit 9767b20251
+3 -3
View File
@@ -51,10 +51,10 @@
#define RPTUN_NOTIFY_ALL (UINT32_MAX - 0)
#define RPTUN_CMD_DONE 0x0
#define RPTUN_CMD_RESET 0x1
#define RPTUN_CMD_READY 0x1
#define RPTUN_CMD_PANIC 0x2
#define RPTUN_CMD_STOP 0x3
#define RPTUN_CMD_READY 0x4
#define RPTUN_CMD_RESET 0x3
#define RPTUN_CMD_STOP 0x4
#define RPTUN_CMD_ACK 0xffff
#define RPTUN_CMD_MASK 0xffff
#define RPTUN_CMD_SHIFT 16