FrameworkSmm.h 434 B

123456789101112131415161718
  1. /** @file
  2. Header file that support Framework extensions to UEFI/PI for SMM modules.
  3. This header file must include Framework extension definitions common to DXE
  4. modules.
  5. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  6. SPDX-License-Identifier: BSD-2-Clause-Patent
  7. **/
  8. #ifndef _FRAMEWORK_SMM_H_
  9. #define _FRAMEWORK_SMM_H_
  10. #include <FrameworkDxe.h>
  11. #include <Framework/SmmCis.h>
  12. #endif