win-pvdrivers
changeset 518:d62254d4ba64
fixed function prototypes
author | James Harper <james.harper@bendigoit.com.au> |
---|---|
date | Thu Dec 25 17:51:12 2008 +1100 (2008-12-25) |
parents | 3341bfff7ead |
children | bcf6fb499bd8 |
files | common/include/xen_public.h |
line diff
1.1 --- a/common/include/xen_public.h Thu Dec 25 17:50:50 2008 +1100 1.2 +++ b/common/include/xen_public.h Thu Dec 25 17:51:12 2008 +1100 1.3 @@ -38,8 +38,11 @@ typedef PHYSICAL_ADDRESS 1.4 typedef void 1.5 (*PXEN_FREEMEM)(PVOID Ptr); 1.6 1.7 +typedef VOID 1.8 +(*PXEN_EVTCHN_SERVICE_ROUTINE)(PVOID Context); 1.9 + 1.10 typedef NTSTATUS 1.11 -(*PXEN_EVTCHN_BIND)(PVOID Context, evtchn_port_t Port, PKSERVICE_ROUTINE ServiceRoutine, PVOID ServiceContext); 1.12 +(*PXEN_EVTCHN_BIND)(PVOID Context, evtchn_port_t Port, PXEN_EVTCHN_SERVICE_ROUTINE ServiceRoutine, PVOID ServiceContext); 1.13 1.14 typedef NTSTATUS 1.15 (*PXEN_EVTCHN_UNBIND)(PVOID Context, evtchn_port_t Port);