omap3530/beagle_drivers/wb/api/src/cyaslep2pep.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /* Cypress West Bridge API header file (cyaslep2pep.h)
       
     2  ## ===========================
       
     3  ##
       
     4  ##  Copyright Cypress Semiconductor Corporation, 2006-2009,
       
     5  ##  All Rights Reserved
       
     6  ##  UNPUBLISHED, LICENSED SOFTWARE.
       
     7  ##
       
     8  ##  CONFIDENTIAL AND PROPRIETARY INFORMATION
       
     9  ##  WHICH IS THE PROPERTY OF CYPRESS.
       
    10  ##
       
    11  ##  Use of this file is governed
       
    12  ##  by the license agreement included in the file
       
    13  ##
       
    14  ##     <install>/license/license.txt
       
    15  ##
       
    16  ##  where <install> is the Cypress software
       
    17  ##  installation root directory path.
       
    18  ##
       
    19  ## ===========================
       
    20 */
       
    21 
       
    22 #ifndef _INCLUDED_CYASLEP2PEP_H_
       
    23 #define _INCLUDED_CYASLEP2PEP_H_
       
    24 
       
    25 #include "cyasdevice.h"
       
    26 
       
    27 extern CyAsReturnStatus_t
       
    28 CyAsUsbMapLogical2Physical(CyAsDevice *dev_p) ;
       
    29 
       
    30 extern CyAsReturnStatus_t
       
    31 CyAsUsbSetupDma(CyAsDevice *dev_p) ;
       
    32 
       
    33 extern CyAsReturnStatus_t
       
    34 CyAsUsbSetDmaSizes(CyAsDevice *dev_p) ;
       
    35 
       
    36 #endif