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.

43 lines
504 B

5 years ago
  1. /*++
  2. Copyright (c) 1993 Digital Equipment Corporation
  3. Module Name:
  4. machdep.h
  5. Abstract:
  6. This file includes the platform-dependent include files used to
  7. build the HAL.
  8. Author:
  9. Joe Notarangelo 01-Dec-1993
  10. Environment:
  11. Kernel mode
  12. Revision History:
  13. --*/
  14. #ifndef _MACHDEP_
  15. #define _MACHDEP_
  16. //
  17. // Include EB66 platform-specific definitions.
  18. //
  19. #include "lca4.h"
  20. #include "eb66def.h"
  21. //
  22. // Include scatter/gather definitions.
  23. //
  24. #include "ebsgdma.h"
  25. #endif //_MACHDEP_