On 2/4/23 01:54, RichardHo [何明忠] via groups.io wrote:
diff --git a/UsbNetworkPkg/Include/Protocol/EdkIIUsbEthernetProtocol.h b/UsbNetworkPkg/Include/Protocol/EdkIIUsbEthernetProtocol.h new file mode 100644 index 0000000000..629c83e24e --- /dev/null +++ b/UsbNetworkPkg/Include/Protocol/EdkIIUsbEthernetProtocol.h @@ -0,0 +1,873 @@ +/** @file + Header file contains code for USB Ethernet Protocol + definitions + + Copyright (c) 2023, American Megatrends International LLC. All rights reserved.<BR> + SPDX-License-Identifier: BSD-2-Clause-Patent +**/ + +#ifndef _EDKII_USB_ETHERNET_PROTOCOL_H +#define _EDKII_USB_ETHERNET_PROTOCOL_H
The header guards shouldn't have a leading underscore, since such names are reserved for compiler use. -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#99743): https://edk2.groups.io/g/devel/message/99743 Mute This Topic: https://groups.io/mt/96740897/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-