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

//***************************************************************************
//
// FileName:
// $Workfile: hal.h $
//
// Author:
// TOSHIBA [PCS](PSY) Seiichi Nakamura
// Copyright (c) 1997 TOSHIBA CORPORATION
//
// Description:
//
//***************************************************************************
// $Header: /DVD Drivers/Sources/ZiVAHAL/hal.h 4 98/04/20 7:45p Hero $
// $Modtime: 98/04/20 5:25p $
// $Nokeywords:$
//***************************************************************************
#ifndef _HAL_H_
#define _HAL_H_
#include "ioif.h"
#include "zivachip.h"
#include "timeout.h"
#include "adv.h"
#include "mixhal.h"
// by oka
#include "userdata.h"
#include "zivabrd.h"
#endif // _HAL_H_
//***************************************************************************
// End of
//***************************************************************************