diff options
Diffstat (limited to 'sys/inc/arch')
| -rw-r--r-- | sys/inc/arch/amd64/lapic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/inc/arch/amd64/lapic.h b/sys/inc/arch/amd64/lapic.h index d22a560..bc72717 100644 --- a/sys/inc/arch/amd64/lapic.h +++ b/sys/inc/arch/amd64/lapic.h @@ -98,6 +98,11 @@ struct lapic_ipi { void lapic_oneshot_usec(struct mcb *mcb, size_t usec); /* + * Send an end-of-interrupt + */ +void lapic_eoi(struct mcb *mcb); + +/* * Read the current local APIC id */ uint32_t lapic_read_id(struct mcb *mcb); |
