NT4/private/ntos/nthals/halalcor/alpha/machdep.h

43 lines
485 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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:
--*/
#ifndef _MACHDEP_
#define _MACHDEP_
//
// Include Alcor platform-specific definitions.
//
#include "alcor.h"
//
// Include scatter/gather definitions.
//
#include "ebsgdma.h"
#endif //_MACHDEP_