Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
587 B

/*++
Copyright (c) 1993 Digital Equipment Corporation
Module Name:
machdep.h
Abstract:
This file includes the platform-dependent include files used to
build the HAL.
Author:
Joe Notarangelo 01-Dec-1993
Environment:
Kernel mode
Revision History:
Gene Morgan [Digital] 11-Oct-1995
Initial version for Lego. Adapted from Avanti.
--*/
#ifndef _MACHDEP_
#define _MACHDEP_
//
// Include Lego platform-specific definitions.
//
#include "legodef.h"
//
// Include scatter/gather definitions.
//
#include "ebsgdma.h"
#endif //_MACHDEP_