2007-11-23 04:05:33 +01:00
|
|
|
/** @file
|
2010-04-24 14:03:22 +02:00
|
|
|
Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:06:23 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-11-23 04:05:33 +01:00
|
|
|
|
|
|
|
Module Name: DriverSupportEfiVersion.c
|
|
|
|
|
|
|
|
**/
|
|
|
|
#include "CirrusLogic5430.h"
|
|
|
|
|
|
|
|
EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL gCirrusLogic5430DriverSupportedEfiVersion = {
|
|
|
|
sizeof (EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL), // Size of Protocol structure.
|
|
|
|
0 // Version number to be filled at start up.
|
|
|
|
};
|
|
|
|
|