summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h')
-rw-r--r--EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h b/EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h
new file mode 100644
index 0000000..f491e3f
--- /dev/null
+++ b/EDK/Foundation/Cpu/Itanium/Include/CpuIa64.h
@@ -0,0 +1,39 @@
+/*++
+
+Copyright (c) 2004, Intel Corporation
+All rights reserved. This program and the accompanying materials
+are licensed and made available under the terms and conditions of the BSD License
+which accompanies this distribution. The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php
+
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+Module Name:
+
+ CpuIA64.h
+
+Abstract:
+
+--*/
+
+#ifndef _CPU_IA64_H
+#define _CPU_IA64_H
+
+#include "Tiano.h"
+
+UINT64
+EfiReadTsc (
+ VOID
+ )
+/*++
+Routine Description:
+ Read Time stamp
+Arguments:
+ None
+Returns:
+ Return the read data
+--*/
+;
+
+#endif