]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/MetronomeDxe/Metronome.h
Change MonotonicCounterRuntimeDxe to MetronomeDxe. This is a typo ininitally. Monoton...
[mirror_edk2.git] / Nt32Pkg / MetronomeDxe / Metronome.h
CommitLineData
8a4a9d21 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 Metronome.h\r
15\r
16Abstract:\r
17\r
18 NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS\r
19\r
20--*/\r
21\r
22#ifndef _NT_THUNK_METRONOME_H_\r
23#define _NT_THUNK_METRONOME_H_\r
24\r
25\r
26\r
27//\r
28// Include common header file for this module.\r
29//\r
30#include "CommonHeader.h"\r
31\r
32//\r
33// Period of on tick in 100 nanosecond units\r
34//\r
35#define TICK_PERIOD 2000\r
36\r
37//\r
38// Function Prototypes\r
39//\r
40\r
41EFI_STATUS\r
42EFIAPI\r
43WinNtMetronomeDriverInitialize (\r
44 IN EFI_HANDLE ImageHandle,\r
45 IN EFI_SYSTEM_TABLE *SystemTable\r
46 )\r
47/*++\r
48\r
49Routine Description:\r
50\r
51 TODO: Add function description\r
52\r
53Arguments:\r
54\r
55 ImageHandle - TODO: add argument description\r
56 SystemTable - TODO: add argument description\r
57\r
58Returns:\r
59\r
60 TODO: add return values\r
61\r
62--*/\r
63;\r
64\r
65EFI_STATUS\r
66EFIAPI\r
67WinNtMetronomeDriverWaitForTick (\r
68 IN EFI_METRONOME_ARCH_PROTOCOL *This,\r
69 IN UINT32 TickNumber\r
70 )\r
71/*++\r
72\r
73Routine Description:\r
74\r
75 TODO: Add function description\r
76\r
77Arguments:\r
78\r
79 This - TODO: add argument description\r
80 TickNumber - TODO: add argument description\r
81\r
82Returns:\r
83\r
84 TODO: add return values\r
85\r
86--*/\r
87;\r
88\r
89#endif\r