Source code of Windows XP (NT5)
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.

33 lines
886 B

  1. //***************************************************************************
  2. //
  3. // FileName:
  4. // $Workfile: hal.h $
  5. //
  6. // Author:
  7. // TOSHIBA [PCS](PSY) Seiichi Nakamura
  8. // Copyright (c) 1997 TOSHIBA CORPORATION
  9. //
  10. // Description:
  11. //
  12. //***************************************************************************
  13. // $Header: /DVD Drivers/Sources/ZiVAHAL/hal.h 4 98/04/20 7:45p Hero $
  14. // $Modtime: 98/04/20 5:25p $
  15. // $Nokeywords:$
  16. //***************************************************************************
  17. #ifndef _HAL_H_
  18. #define _HAL_H_
  19. #include "ioif.h"
  20. #include "zivachip.h"
  21. #include "timeout.h"
  22. #include "adv.h"
  23. #include "mixhal.h"
  24. // by oka
  25. #include "userdata.h"
  26. #include "zivabrd.h"
  27. #endif // _HAL_H_
  28. //***************************************************************************
  29. // End of
  30. //***************************************************************************