PlatformInitLib.h 360 B

1234567891011121314151617181920212223
  1. /** @file
  2. Function prototype of PlatformInitLib.
  3. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _PLATFORM_INIT_LIB_H_
  7. #define _PLATFORM_INIT_LIB_H_
  8. VOID
  9. PlatformLateInit (
  10. VOID
  11. );
  12. VOID
  13. InitSerialPort (
  14. VOID
  15. );
  16. #endif // _PLATFORM_INIT_LIB_H_