omap3530/beagle_drivers/wb/api/src/cyaslep2pep.h
author arunabha
Tue, 24 Aug 2010 12:29:12 +0100
changeset 53 d2416cb47e12
parent 27 117faf51deac
permissions -rw-r--r--
Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds

/* 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
 ##
 ##     <install>/license/license.txt
 ##
 ##  where <install> 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