Files @ 1efda0e3054b
Branch filter:

Location: vmkdrivers/vmkdrivers/src_9/include/vmklinux_9/vmklinux_usb.h

unknown
ESXi-5.0-U2
/* ****************************************************************
 * Portions Copyright 2008, 2010 VMware, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * ****************************************************************/
#ifndef _VMKLNX26_USB_H
#define _VMKLNX26_USB_H

#define INCLUDE_ALLOW_DISTRIBUTE
#define INCLUDE_ALLOW_VMKDRIVERS
#include "includeCheck.h"

#include "vmkapi.h"
#include <vmklinux_9/vmklinux_stress.h>

/* 
 * Stress option handles
 */
extern vmk_StressOptionHandle stressUSBBulkDelayProcessURB;
extern vmk_StressOptionHandle stressUSBBulkURBFakeTransientError;
extern vmk_StressOptionHandle stressUSBDelayProcessTD;
extern vmk_StressOptionHandle stressUSBFailGPHeapAlloc;
extern vmk_StressOptionHandle stressUSBStorageDelaySCSIDataPhase;
extern vmk_StressOptionHandle stressUSBStorageDelaySCSITransfer;

#endif /*_VMKLNX26_USB_H_ */