summaryrefslogtreecommitdiff
path: root/hw/lm32_pic.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-07lm32: interrupt controller modelMichael Walle1-0/+11
This patch adds the interrupt controller of the lm32. Because the PIC is accessed through special control registers and opcodes, there are callbacks from the lm32 translation code to this model. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>