From cbfd279a1410e11d734edc99509a3e0c02dc6fcc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 3 Jan 2025 09:58:24 +0100 Subject: Worked on the AARCH64 HAL for TQ's boards, Add new spec in /doc/ Signed-off-by: Amlal El Mahrouss --- dev/Mod/MBCI/MBCI.h | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'dev/Mod/MBCI') diff --git a/dev/Mod/MBCI/MBCI.h b/dev/Mod/MBCI/MBCI.h index dae14298..562953d4 100644 --- a/dev/Mod/MBCI/MBCI.h +++ b/dev/Mod/MBCI/MBCI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Corp, all rights reserved. + Copyright (C) 2024-2025, Theater Quality Corp, all rights reserved. ------------------------------------------- */ @@ -26,20 +26,6 @@ namespace Kernel { struct IMBCIHost; - struct IMBCIHostPacketFrame; - - /// @brief MBCI Packet frame header - struct PACKED IMBCIHostPacketFrame final - { - UInt32 Magic; - UInt32 HostId; - UInt32 Flags; - UInt32 VendorId; - UInt32 DeviceId; - UInt32 DeviceSpeed; - Bool Acknowledge; - Char Zero[kMBCIZeroSz]; - }; enum { @@ -49,7 +35,7 @@ namespace Kernel kMBCISpeedDeviceCount, }; - /// @brief MBCI Host Interface header. + /// @brief MBCI Host header. struct PACKED IMBCIHost final { UInt32 Magic; @@ -92,7 +78,7 @@ namespace Kernel }; /// @brief An AuthKey is a context used to decrpy data from an MBCI packet. - typedef UInt64 MBCIAuthyKeyType; + typedef UInt64 MBCIAuthKeyType; } // namespace Kernel #endif // ifndef _INC_MODULE_MBCI_H_ -- cgit v1.2.3