diff -r 69b8b41a6e0c -r ae56f46e0de6 omap3530/beagle_drivers/wb/api/src/cyaslep2pep.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omap3530/beagle_drivers/wb/api/src/cyaslep2pep.h Sun Mar 14 13:16:26 2010 +0000 @@ -0,0 +1,36 @@ +/* Cypress West Bridge API header file (cyaslep2pep.h) + ## =========================== + ## + ## Copyright Cypress Semiconductor Corporation, 2006-2009, + ## All Rights Reserved + ## UNPUBLISHED, LICENSED SOFTWARE. + ## + ## CONFIDENTIAL AND PROPRIETARY INFORMATION + ## WHICH IS THE PROPERTY OF CYPRESS. + ## + ## Use of this file is governed + ## by the license agreement included in the file + ## + ## /license/license.txt + ## + ## where is the Cypress software + ## installation root directory path. + ## + ## =========================== +*/ + +#ifndef _INCLUDED_CYASLEP2PEP_H_ +#define _INCLUDED_CYASLEP2PEP_H_ + +#include "cyasdevice.h" + +extern CyAsReturnStatus_t +CyAsUsbMapLogical2Physical(CyAsDevice *dev_p) ; + +extern CyAsReturnStatus_t +CyAsUsbSetupDma(CyAsDevice *dev_p) ; + +extern CyAsReturnStatus_t +CyAsUsbSetDmaSizes(CyAsDevice *dev_p) ; + +#endif