Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhalxbox.h
Go to the documentation of this file.
00001 /* $Id: halxbox.h 56228 2012-03-25 16:57:10Z sginsberg $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: Xbox HAL 00005 * FILE: hal/halx86/xbox/halxbox.h 00006 * PURPOSE: Xbox specific routines 00007 * PROGRAMMER: Ge van Geldorp (gvg@reactos.com) 00008 * UPDATE HISTORY: 00009 * Created 2004/12/02 00010 */ 00011 00012 #ifndef HALXBOX_H_INCLUDED 00013 #define HALXBOX_H_INCLUDED 00014 00015 #include <hal.h> 00016 #include <ntdddisk.h> 00017 00018 VOID HalpXboxInitPciBus(PBUS_HANDLER BusHandler); 00019 VOID HalpXboxInitPartIo(VOID); 00020 00021 #endif /* HALXBOX_H_INCLUDED */ 00022 00023 /* EOF */ Generated on Sun May 27 2012 04:28:45 for ReactOS by
1.7.6.1
|