ReactOS 0.4.15-dev-7942-gd23573b
hardware.h
Go to the documentation of this file.
1/*
2 ReactOS Sound System
3 Legacy support
4 Hardware interaction helper
5
6 Author:
7 Andrew Greenwood (silverblade@reactos.org)
8
9 History:
10 2 July 2008 - Created
11*/
12
13#ifndef ROS_AUDIOLEG_HARDWARE_H
14#define ROS_AUDIOLEG_HARDWARE_H
15
19 IN UCHAR Irq,
22
23#endif
LONG NTSTATUS
Definition: precomp.h:26
@ InterruptObject
Definition: ketypes.h:428
NTSTATUS LegacyAttachInterrupt(IN PDEVICE_OBJECT DeviceObject, IN UCHAR Irq, IN PKSERVICE_ROUTINE ServiceRoutine, OUT PKINTERRUPT *InterruptObject)
Definition: hardware.c:25
#define IN
Definition: typedefs.h:39
#define OUT
Definition: typedefs.h:40
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2055
_In_ PKSERVICE_ROUTINE ServiceRoutine
Definition: iofuncs.h:800
KSERVICE_ROUTINE * PKSERVICE_ROUTINE
Definition: ketypes.h:512
unsigned char UCHAR
Definition: xmlstorage.h:181