mirror of https://github.com/acidanthera/audk.git
Add "#ifdef ... #define ... #endif" check for the header file.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12287 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6740ea74e2
commit
8e22eab877
|
@ -14,6 +14,8 @@
|
|||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
#ifndef __IO_APIC_LIB_H__
|
||||
#define __IO_APIC_LIB_H__
|
||||
|
||||
/**
|
||||
Read a 32-bit I/O APIC register.
|
||||
|
@ -100,3 +102,4 @@ IoApicConfigureInterrupt (
|
|||
IN BOOLEAN LevelTriggered,
|
||||
IN BOOLEAN AssertionLevel
|
||||
);
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue