diff options
Diffstat (limited to 'PcAtChipsetPkg/Include/Library/IoApicLib.h')
-rw-r--r-- | PcAtChipsetPkg/Include/Library/IoApicLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PcAtChipsetPkg/Include/Library/IoApicLib.h b/PcAtChipsetPkg/Include/Library/IoApicLib.h index 4ee092c0f2..e92198fa28 100644 --- a/PcAtChipsetPkg/Include/Library/IoApicLib.h +++ b/PcAtChipsetPkg/Include/Library/IoApicLib.h @@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
+
#ifndef __IO_APIC_LIB_H__
#define __IO_APIC_LIB_H__
@@ -96,4 +97,5 @@ IoApicConfigureInterrupt ( IN BOOLEAN LevelTriggered,
IN BOOLEAN AssertionLevel
);
+
#endif
|