Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhardware.h
Go to the documentation of this file.
00001 /* 00002 ReactOS Sound System 00003 Legacy support 00004 Hardware interaction helper 00005 00006 Author: 00007 Andrew Greenwood (silverblade@reactos.org) 00008 00009 History: 00010 2 July 2008 - Created 00011 */ 00012 00013 #ifndef ROS_AUDIOLEG_HARDWARE_H 00014 #define ROS_AUDIOLEG_HARDWARE_H 00015 00016 NTSTATUS 00017 LegacyAttachInterrupt( 00018 IN PDEVICE_OBJECT DeviceObject, 00019 IN UCHAR Irq, 00020 IN PKSERVICE_ROUTINE ServiceRoutine, 00021 OUT PKINTERRUPT* InterruptObject); 00022 00023 #endif Generated on Sat May 26 2012 04:17:58 for ReactOS by
1.7.6.1
|