]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/x86/include/asm/ioapic.h
x86: Clean up ioapic header file
[karo-tx-uboot.git] / arch / x86 / include / asm / ioapic.h
1 /*
2  * From coreboot file of the same name
3  *
4  * Copyright (C) 2010 coresystems GmbH
5  *
6  * SPDX-License-Identifier:     GPL-2.0
7  */
8
9 #ifndef __ASM_IOAPIC_H
10 #define __ASM_IOAPIC_H
11
12 #define IO_APIC_ADDR            0xfec00000
13
14 /* Direct addressed register */
15 #define IO_APIC_INDEX           (IO_APIC_ADDR + 0x00)
16 #define IO_APIC_DATA            (IO_APIC_ADDR + 0x10)
17
18 #endif