apic_register()
Register a callback function to receive information from LAPIC operations
Synopsis:
#include <qvm/apic.h>void apic_register(vdev_t *vdp,
apic_func_t *apic_func)Arguments:
- vdp
- A pointer to data for the virtual device with the callback function.
- apic_func
- A pointer to the callback function to which LAPIC operations will forward information.
Description:
See apic_func_t().
Page updated:
