]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.h
1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib library.
[mirror_edk2.git] / MdeModulePkg / Universal / MonotonicCounterRuntimeDxe / MonotonicCounter.h
CommitLineData
e70d34ca 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 MonotonicCounter.h\r
15\r
16Abstract:\r
17\r
18 Produces the Monotonic Counter services as defined in the DXE CIS\r
19\r
20--*/\r
21\r
22#ifndef _MONOTONIC_COUNTER_DRIVER_H_\r
23#define _MONOTONIC_COUNTER_DRIVER_H_\r
24\r
ed7748fe 25\r
e70d34ca 26#include <PiDxe.h>\r
ed7748fe 27\r
e70d34ca 28#include <Protocol/MonotonicCounter.h>\r
ed7748fe 29\r
e70d34ca 30#include <Library/BaseLib.h>\r
31#include <Library/UefiDriverEntryPoint.h>\r
32#include <Library/UefiRuntimeLib.h>\r
33#include <Library/DebugLib.h>\r
34#include <Library/UefiBootServicesTableLib.h>\r
35#include <Library/UefiRuntimeServicesTableLib.h>\r
36\r
37//\r
38// Function Prototypes\r
39//\r
40EFI_STATUS\r
41EFIAPI\r
42MonotonicCounterDriverInitialize (\r
43 IN EFI_HANDLE ImageHandle,\r
44 IN EFI_SYSTEM_TABLE *SystemTable\r
45 )\r
46;\r
47\r
48#endif\r