coreboot/src
Alexandru Gagniuc 83a6dbd006 ioapic driver: typedef the ioapic_config struct (TRIVIAL)
I use the ioapic_config in my VX900 branch.
Typing:
struct drivers_generic_ioapic_config *config = (struct drivers_generic_ioapic_config *)dev->chip_info;

is clumsy at best, so just create a typedef to mahe this more elegant:
ioapic_config_t config = (ioapic_config_t*)ioapic->chip_info;

Change-Id: I407899845cfbd847ba6309dd0cf9ef836a607c8e
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/1481
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
2012-08-30 04:25:43 +02:00
..
arch/x86 MPTABLE: check for fixed IRQ entries on all pins 2012-08-25 05:15:50 +02:00
boot Implement stack overflow checking for the BSP 2012-07-24 23:29:12 +02:00
console Add a capability for mainboard-specific posting. 2012-08-04 19:31:20 +02:00
cpu Intel model_106cx: change CAR to HT-capable 2012-08-27 15:39:29 +02:00
devices AMD northbridges: factor out CPU allocation 2012-08-27 15:36:47 +02:00
drivers ioapic driver: typedef the ioapic_config struct (TRIVIAL) 2012-08-30 04:25:43 +02:00
ec Auto-declare chip_operations 2012-08-22 05:06:41 +02:00
include Drop unused ISA Pnp definitions 2012-08-27 23:20:30 +02:00
lib USBDEBUG: retry harder for slow devices 2012-07-30 20:54:24 +02:00
mainboard Fix mptable build troubles 2012-08-25 00:34:46 +02:00
northbridge Fix AMD UMA for RS780 2012-08-28 23:27:10 +02:00
southbridge AMD hudson: Complete the missing rule 2012-08-28 11:55:31 +02:00
superio Auto-declare chip_operations 2012-08-22 05:06:41 +02:00
vendorcode AMD Hudson: Enable HD audio 2012-08-13 18:57:01 +02:00
Kconfig Fix mptable build troubles 2012-08-25 00:34:46 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00