2005-01-06 13:58:04 +00:00
|
|
|
/* $Id$
|
2004-12-04 21:43:37 +00:00
|
|
|
*
|
|
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
|
|
* PROJECT: Xbox HAL
|
|
|
|
* FILE: hal/halx86/xbox/halxbox.h
|
|
|
|
* PURPOSE: Xbox specific routines
|
|
|
|
* PROGRAMMER: Ge van Geldorp (gvg@reactos.com)
|
|
|
|
* UPDATE HISTORY:
|
|
|
|
* Created 2004/12/02
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HALXBOX_H_INCLUDED
|
|
|
|
#define HALXBOX_H_INCLUDED
|
|
|
|
|
2006-01-08 06:38:39 +00:00
|
|
|
#include <hal.h>
|
|
|
|
#include <ntdddisk.h>
|
2006-05-12 19:51:50 +00:00
|
|
|
#include <rosldr.h>
|
2006-01-08 06:38:39 +00:00
|
|
|
|
2007-12-13 15:34:02 +00:00
|
|
|
VOID HalpXboxInitPciBus(PBUS_HANDLER BusHandler);
|
|
|
|
VOID HalpXboxInitPartIo(VOID);
|
2004-12-04 22:52:59 +00:00
|
|
|
|
2004-12-04 21:43:37 +00:00
|
|
|
#endif /* HALXBOX_H_INCLUDED */
|
|
|
|
|
|
|
|
/* EOF */
|