From 3c233e380524d6842d396fd0a1fb9aeacf34d35f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 Aug 2024 08:00:52 +0200 Subject: [IMP] Add ipc_construct_packet function to IPC protocol implementation. [IMP] Update Endian enum to match the one from the IPC protocol. [IMP] MUST_PASS works in debug only now. Signed-off-by: Amlal El Mahrouss --- dev/SYSDRV/Sources/WindowMgr.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dev/SYSDRV/Sources/WindowMgr.cxx (limited to 'dev/SYSDRV/Sources') diff --git a/dev/SYSDRV/Sources/WindowMgr.cxx b/dev/SYSDRV/Sources/WindowMgr.cxx new file mode 100644 index 00000000..e39bf733 --- /dev/null +++ b/dev/SYSDRV/Sources/WindowMgr.cxx @@ -0,0 +1,10 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include + +/// @file WindowMgr.cxx +/// @brief Window manager of system driver. \ No newline at end of file -- cgit v1.2.3