mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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 */
|
||||
|
|
|
@ -72,8 +72,5 @@ struct PICCommonState {
|
|||
void pic_reset_common(PICCommonState *s);
|
||||
ISADevice *i8259_init_chip(const char *name, ISABus *bus, bool master);
|
||||
void pic_stat_update_irq(int irq, int level);
|
||||
bool pic_get_statistics(InterruptStatsProvider *obj,
|
||||
uint64_t **irq_counts, unsigned int *nb_irqs);
|
||||
void pic_print_info(InterruptStatsProvider *obj, Monitor *mon);
|
||||
|
||||
#endif /* QEMU_I8259_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue