blob: 984ab7f818efa187d3cbd3497376be9b02206f03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/***************************************************************************
scsidev.h
***************************************************************************/
#ifndef _SCSIDEV_H_
#define _SCSIDEV_H_
#include "machine/scsi.h"
// base handler
extern const SCSIClass SCSIClassDevice;
#endif
|