aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/chip.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-06-18 01:29:42 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-06-18 01:29:42 +0000
commit48415d5cf6f317aa7d7c30623ed2b36b29710d8e (patch)
tree668f34c1d99efa100900a856a7238c259be42607 /src/northbridge/amd/gx2/chip.h
parent6ab0fa9fedbfd3f0b21b84aed280bc8971ea324f (diff)
add irq mapper support for OLPC and other boards that need this mapping
done for the gx2 north. tested on OLPC. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2323 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/gx2/chip.h')
-rw-r--r--src/northbridge/amd/gx2/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/gx2/chip.h b/src/northbridge/amd/gx2/chip.h
index 4e7ac3c1d7..46e6ae87be 100644
--- a/src/northbridge/amd/gx2/chip.h
+++ b/src/northbridge/amd/gx2/chip.h
@@ -1,5 +1,6 @@
struct northbridge_amd_gx2_config
{
+ uint16_t irqmap;
};
extern struct chip_operations northbridge_amd_gx2_ops;