mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
intc: Unexport InterruptStatsProviderClass-related functions
The functions are only used within their respective source files, so no need for exporting. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20220116122327.73048-1-shentey@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
b422da4b3f
commit
1206a1ec59
4 changed files with 4 additions and 8 deletions
|
@ -112,7 +112,6 @@ struct IOAPICCommonState {
|
|||
|
||||
void ioapic_reset_common(DeviceState *dev);
|
||||
|
||||
void ioapic_print_redtbl(Monitor *mon, IOAPICCommonState *s);
|
||||
void ioapic_stat_update_irq(IOAPICCommonState *s, int irq, int level);
|
||||
|
||||
#endif /* QEMU_IOAPIC_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue