reference moved hal.h

svn path=/trunk/; revision=1767
This commit is contained in:
Jason Filby 2001-03-31 16:46:59 +00:00
parent c48815ca85
commit fd1d23c72f
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
/* $Id: adapter.c,v 1.4 2001/03/31 15:58:24 phreak Exp $
/* $Id: adapter.c,v 1.5 2001/03/31 16:46:59 jfilby Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -14,7 +14,7 @@
#include <ddk/ntddk.h>
#include <ddk/iotypes.h>
#include <internal/debug.h>
#include <internal/i386/hal.h>
#include <internal/hal/hal.h>
/* FUNCTIONS *****************************************************************/

View file

@ -1,4 +1,4 @@
/* $Id: dma.c,v 1.10 2001/03/31 15:58:24 phreak Exp $
/* $Id: dma.c,v 1.11 2001/03/31 16:46:59 jfilby Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -14,7 +14,7 @@
#include <ddk/ntddk.h>
#include <internal/debug.h>
#include <internal/i386/hal.h>
#include <internal/hal/hal.h>
ADAPTER_OBJECT AdapterObjects[] = {
{ 0, (PVOID)0x87, (PVOID)0x1, (PVOID)0x0, { 0 }, NULL },