LocalApic.h 319 B

12345678910111213
  1. /** @file
  2. Wrapper header file to include <Register/Intel/LocalApic.h> in MdePkg.
  3. Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __LOCAL_APIC_H__
  7. #define __LOCAL_APIC_H__
  8. #include <Register/Intel/LocalApic.h>
  9. #endif