diff -r b7e488c49d0d -r 117faf51deac omap3530/beagle_drivers/wb/api/include/cyantypes.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omap3530/beagle_drivers/wb/api/include/cyantypes.h Wed Mar 03 13:10:32 2010 +0000 @@ -0,0 +1,30 @@ +/* Cypress West Bridge API header file (cyantypes.h) + ## Type definitions for backward compatibility with previous Antioch SDK releases. + ## =========================== + ## + ## 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_CYANTYPES_H_ +#define _INCLUDED_CYANTYPES_H_ + +#include "cyastypes.h" +typedef CyAsEndPointNumber_t CyAnEndPointNumber_t ; +typedef CyAsReturnStatus_t CyAnReturnStatus_t ; +typedef CyAsBusNumber_t CyAnBusNumber_t ; +#endif