X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=c64869263a4e6a3cac133a74a93f4b3e0c8d0181;hb=7617d3cee4bd93b90558206b1bb1681c07f0396a;hp=4d725d1fdb56fcf4f2e6481fd7a161af2a080c0c;hpb=6eecf583b522147ef13faabb634562f6f23bb712;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 4d725d1..c648692 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -174,10 +174,10 @@ struct vmm_intr_state { // This is the value given when the interrupt is hooked. // This will never be NULL - void *opaque; + void * opaque; }; -void deliver_interrupt_to_vmm(struct vmm_intr_state *state); +void deliver_interrupt_to_vmm(struct vmm_intr_state * state); /* This will contain function pointers that provide OS services */