mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
- Fix IPortWavePci interface
svn path=/trunk/; revision=38902
This commit is contained in:
parent
11228d6e3b
commit
e710923ad4
1 changed files with 3 additions and 3 deletions
|
@ -1193,6 +1193,9 @@ DECLARE_INTERFACE_(IPortWavePci, IPort)
|
|||
DEFINE_ABSTRACT_UNKNOWN()
|
||||
DEFINE_ABSTRACT_PORT()
|
||||
|
||||
STDMETHOD_(VOID, Notify)(THIS_
|
||||
IN PSERVICEGROUP ServiceGroup) PURE;
|
||||
|
||||
STDMETHOD_(NTSTATUS, NewMasterDmaChannel)(THIS_
|
||||
OUT PDMACHANNEL* DmaChannel,
|
||||
IN PUNKNOWN OuterUnknown,
|
||||
|
@ -1206,9 +1209,6 @@ DECLARE_INTERFACE_(IPortWavePci, IPort)
|
|||
IN DMA_SPEED DmaSpeed,
|
||||
IN ULONG MaximumLength,
|
||||
IN ULONG DmaPort) PURE;
|
||||
|
||||
STDMETHOD_(VOID, Notify)(THIS_
|
||||
IN PSERVICEGROUP ServiceGroup) PURE;
|
||||
};
|
||||
|
||||
typedef IPortWavePci *PPORTWAVEPCI;
|
||||
|
|
Loading…
Reference in a new issue