omap3530/beagle_drivers/wb/api/include/cyanmedia.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /* Cypress West Bridge API header file (cyanmedia.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_CYANMEDIA_H_
       
    23 #define _INCLUDED_CYANMEDIA_H_
       
    24 
       
    25 #include "cyas_cplus_start.h"
       
    26 
       
    27 /* Summary
       
    28    Specifies a specific type of media supported by West Bridge
       
    29  
       
    30    Description
       
    31    The West Bridge device supports five specific types of media as storage/IO devices
       
    32    attached to it's S-Port.  This type is used to indicate the type of 
       
    33    media being referenced in any API call.
       
    34 */
       
    35 #include "cyasmedia.h"
       
    36 #define CyAnMediaNand CyAsMediaNand             /* Flash NAND memory (may be SLC or MLC) */
       
    37 #define CyAnMediaSDFlash CyAsMediaSDFlash       /* An SD flash memory device */
       
    38 #define CyAnMediaMMCFlash CyAsMediaMMCFlash     /* An MMC flash memory device */
       
    39 #define CyAnMediaCEATA CyAsMediaCEATA           /* A CE-ATA disk drive */
       
    40 #define CyAnMediaSDIO CyAsMediaSDIO             /* SDIO device. */
       
    41 #define CyAnMediaMaxMediaValue CyAsMediaMaxMediaValue
       
    42 
       
    43 typedef CyAsMediaType CyAnMediaType;
       
    44 
       
    45 
       
    46 #include "cyas_cplus_end.h"
       
    47 
       
    48 #endif				/* _INCLUDED_CYANMEDIA_H_ */