ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

hardware.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.