/** @file REST protocol implementation. ;****************************************************************************** ;* Copyright (c) 2012 - 2018, Insyde Software Corp. All Rights Reserved. ;* ;* You may not reproduce, distribute, publish, display, perform, modify, adapt, ;* transmit, broadcast, present, recite, release, license or otherwise exploit ;* any part of this publication in any form, by any means, without the prior ;* written permission of Insyde Software Corporation. ;* ;****************************************************************************** */ #ifndef __BDS_CP_UPDATE_MAC_ADDRESS_H__ #define __BDS_CP_UPDATE_MAC_ADDRESS_H__ #include // // Libraries // #include #include #include #include #include #include #include #include // // Consumed Protocols // #include // // Consumed Protocols // #include typedef struct { UINT8 MacAddrLength; /// UINT8 OriginalMacAddr[MacAddrLength]; /// UINT8 ModifyMacAddr[MacAddrLength]; /// Next MAC_ADDR_VARIABLE; } MAC_ADDR_VARIABLE; #endif