IOAPIC: Fix missing stdint include

Change-Id: Ib26f48d3ac66788246834cdc25d97910cd79fe98
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6264
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Kyösti Mälkki 2014-07-11 09:44:54 +03:00
parent b166628c30
commit 78d0cab36d
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#define IO_APIC_INTERRUPTS 24
#ifndef __ACPI__
#include <stdint.h>
#define ALL (0xff << 24)
#define NONE (0)
#define DISABLED (1 << 16)