aboutsummaryrefslogtreecommitdiffstats
path: root/Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h')
-rw-r--r--Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h b/Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h
deleted file mode 100644
index 1922a9c..0000000
--- a/Platforms/Hisilicon/HiKey/HiKeyDxe/HiKeyDxeInternal.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/** @file
-*
-* Copyright (c) 2015, Linaro Ltd. All rights reserved.
-* Copyright (c) 2015, Hisilicon Ltd. 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.
-*
-**/
-
-#ifndef __HIKEY_DXE_INTERNAL_H__
-#define __HIKEY_DXE_INTERNAL_H__
-
-#include <Uefi.h>
-
-#include <Library/DebugLib.h>
-#include <Library/DxeServicesTableLib.h>
-#include <Library/UefiBootServicesTableLib.h>
-
-#define BOOT_DEVICE_LENGTH 16
-#define USB_TYPE_LENGTH 16
-
-EFI_STATUS
-HiKeyFdtInstall (
- IN EFI_HANDLE ImageHandle
- );
-
-EFI_STATUS
-HiKeyBootMenuInstall (
- IN VOID
- );
-
-EFI_STATUS
-HiKeyInitPeripherals (
- IN VOID
- );
-
-EFI_STATUS
-HiKeyUsbPhyInit (
- IN UINT8 Mode
- );
-
-UINTN
-HiKeyGetUsbMode (
- IN VOID
- );
-#endif // __HIKEY_DXE_INTERNAL_H__