X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=737ec359c5fe985a89ec832311182fa96c8b7281;hb=f4b074d9bf5c28dfd6e5fd616805ade2e9473b01;hp=cf02258e6041c9a5a53ebcb472efc8c818a1e2f8;hpb=091d8b1fcfc3a766f6603d4c1c69d9f8f4bf3031;p=palacios.releases.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index cf02258..737ec35 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 */