Removed obsolete linux header files

svn path=/trunk/; revision=1417
This commit is contained in:
Eric Kohl
2000-10-22 16:36:53 +00:00
parent 1c236a2886
commit b60489a76a
64 changed files with 75 additions and 1186 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: halddk.h,v 1.5 2000/07/24 23:48:24 ekohl Exp $
/* $Id: halddk.h,v 1.6 2000/10/22 16:34:38 ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@ -10,8 +10,8 @@
*/
#ifndef __INCLUDE_INTERNAL_HAL_DDK_H
#define __INCLUDE_INTERNAL_HAL_DDK_H
#ifndef __INCLUDE_DDK_HALDDK_H
#define __INCLUDE_DDK_HALDDK_H
/* HalReturnToFirmware */
#define FIRMWARE_HALT 1
@@ -461,6 +461,13 @@ HalInitializeProcessor (
ULONG ProcessorNumber
);
BOOLEAN
STDCALL
HalInitSystem (
ULONG BootPhase,
PLOADER_PARAMETER_BLOCK LoaderBlock
);
BOOLEAN
STDCALL
HalMakeBeep (
@@ -684,4 +691,4 @@ STDCALL
WRITE_PORT_USHORT (PUSHORT Port, USHORT Value);
#endif /* __INCLUDE_INTERNAL_HAL_DDK_H */
#endif /* __INCLUDE_DDK_HALDDK_H */