summaryrefslogblamecommitdiffstats
path: root/private/ntos/nthals/haleb66/alpha/machdep.h
blob: 364425c7f3cce62ded74a19fe033304a2a705919 (plain) (tree)










































                                                                    
/*++

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 EB66 platform-specific definitions.
//

#include "lca4.h"
#include "eb66def.h"

//
// Include scatter/gather definitions.
//

#include "ebsgdma.h"

#endif //_MACHDEP_