omap3530/beagle_drivers/wb/api/include/cyantypes.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /*  Cypress West Bridge API header file (cyantypes.h)
       
     2  ## Type definitions for backward compatibility with previous Antioch SDK releases.
       
     3  ## ===========================
       
     4  ##
       
     5  ##  Copyright Cypress Semiconductor Corporation, 2006-2009,
       
     6  ##  All Rights Reserved
       
     7  ##  UNPUBLISHED, LICENSED SOFTWARE.
       
     8  ##
       
     9  ##  CONFIDENTIAL AND PROPRIETARY INFORMATION
       
    10  ##  WHICH IS THE PROPERTY OF CYPRESS.
       
    11  ##
       
    12  ##  Use of this file is governed
       
    13  ##  by the license agreement included in the file
       
    14  ##
       
    15  ##     <install>/license/license.txt
       
    16  ##
       
    17  ##  where <install> is the Cypress software
       
    18  ##  installation root directory path.
       
    19  ##
       
    20  ## ===========================
       
    21 */
       
    22 
       
    23 #ifndef _INCLUDED_CYANTYPES_H_
       
    24 #define _INCLUDED_CYANTYPES_H_
       
    25 
       
    26 #include "cyastypes.h"
       
    27 typedef CyAsEndPointNumber_t CyAnEndPointNumber_t ;
       
    28 typedef CyAsReturnStatus_t CyAnReturnStatus_t ;
       
    29 typedef CyAsBusNumber_t CyAnBusNumber_t ;
       
    30 #endif