summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/ioapic.h
blob: f5d69dbf97ee69a72cc7d5afdc7118b8476d2dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * From coreboot file of the same name
 *
 * Copyright (C) 2010 coresystems GmbH
 *
 * SPDX-License-Identifier:	GPL-2.0
 */

#ifndef __ASM_IOAPIC_H
#define __ASM_IOAPIC_H

#define IO_APIC_ADDR		0xfec00000

/* Direct addressed register */
#define IO_APIC_INDEX		(IO_APIC_ADDR + 0x00)
#define IO_APIC_DATA		(IO_APIC_ADDR + 0x10)

#endif