~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to src/storage_backend_scsi.h

Tags: upstream-0.6.4
Import upstream version 0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#define LINUX_SYSFS_SCSI_HOST_PREFIX "/sys/class/scsi_host"
30
30
#define LINUX_SYSFS_SCSI_HOST_POSTFIX "device"
 
31
#define LINUX_SYSFS_SCSI_HOST_SCAN_STRING "- - -"
31
32
 
32
33
extern virStorageBackend virStorageBackendSCSI;
33
34