diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-10-13 18:49:20 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-11-10 13:49:20 +0000 |
commit | e62774c41006bc8072579515b9f6782b56c33bd1 (patch) | |
tree | eca1fb177f5519ad90764f927e017fc6c386490a /hw/sun4m.h | |
parent | 4d4d9b3adb0e36e75cf9b2126ee1d01b1d59f8a1 (diff) |
sun4c: remove unused functions
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sun4m.h')
-rw-r--r-- | hw/sun4m.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/sun4m.h b/hw/sun4m.h index a8c3133703..47eb945f07 100644 --- a/hw/sun4m.h +++ b/hw/sun4m.h @@ -26,10 +26,6 @@ static inline void sparc_iommu_memory_write(void *opaque, void slavio_pic_info(Monitor *mon, DeviceState *dev); void slavio_irq_info(Monitor *mon, DeviceState *dev); -/* sun4c_intctl.c */ -void sun4c_pic_info(Monitor *mon, void *opaque); -void sun4c_irq_info(Monitor *mon, void *opaque); - /* sun4m.c */ void sun4m_pic_info(Monitor *mon); void sun4m_irq_info(Monitor *mon); |