diff options
Diffstat (limited to 'arch/x86/machine/ioapic.h')
-rw-r--r-- | arch/x86/machine/ioapic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/ioapic.h b/arch/x86/machine/ioapic.h index b9a702d3..88999b9c 100644 --- a/arch/x86/machine/ioapic.h +++ b/arch/x86/machine/ioapic.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _KERN_IOAPIC_H -#define _KERN_IOAPIC_H +#ifndef KERN_IOAPIC_H +#define KERN_IOAPIC_H #include <stdbool.h> #include <stdint.h> @@ -38,4 +38,4 @@ void ioapic_register(unsigned int apic_id, uintptr_t addr, void ioapic_override(uint8_t source, uint32_t gsi, bool active_high, bool edge_triggered); -#endif /* _KERN_IOAPIC_H */ +#endif /* KERN_IOAPIC_H */ |