diff options
Diffstat (limited to 'ArmPlatformPkg/PrePi/PrePi.h')
-rw-r--r-- | ArmPlatformPkg/PrePi/PrePi.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ArmPlatformPkg/PrePi/PrePi.h b/ArmPlatformPkg/PrePi/PrePi.h index 3e976fadfb..deb8851688 100644 --- a/ArmPlatformPkg/PrePi/PrePi.h +++ b/ArmPlatformPkg/PrePi/PrePi.h @@ -1,6 +1,6 @@ /** @file
*
-* Copyright (c) 2011, ARM Limited. All rights reserved.
+* Copyright (c) 2011-2012, ARM Limited. All rights reserved.
*
* This program and the accompanying materials
* are licensed and made available under the terms and conditions of the BSD License
@@ -29,12 +29,6 @@ #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
-// Vector Table for PrePi Phase
-VOID
-PrePiVectorTable (
- VOID
- );
-
RETURN_STATUS
EFIAPI
TimerConstructor (
|