mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
reference moved hal.h
svn path=/trunk/; revision=1767
This commit is contained in:
parent
c48815ca85
commit
fd1d23c72f
2 changed files with 4 additions and 4 deletions
|
@ -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 *****************************************************************/
|
||||
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue