Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

FrameQBufMgrDefs.h

Go to the documentation of this file.
00001 /** 
00002  *  @file   FrameQBufMgrDefs.h
00003  *
00004  *  @brief      Defines configurable elements for FrameQBufMgr module.
00005  *
00006  *              TODO: write description
00007  *
00008  *
00009  *  @ver        02.00.00.68_beta1
00010  *  
00011  *  ============================================================================
00012  *  
00013  *  Copyright (c) 2008-2009, Texas Instruments Incorporated
00014  *
00015  *  Redistribution and use in source and binary forms, with or without
00016  *  modification, are permitted provided that the following conditions
00017  *  are met:
00018  *  
00019  *  *  Redistributions of source code must retain the above copyright
00020  *     notice, this list of conditions and the following disclaimer.
00021  *  
00022  *  *  Redistributions in binary form must reproduce the above copyright
00023  *     notice, this list of conditions and the following disclaimer in the
00024  *     documentation and/or other materials provided with the distribution.
00025  *  
00026  *  *  Neither the name of Texas Instruments Incorporated nor the names of
00027  *     its contributors may be used to endorse or promote products derived
00028  *     from this software without specific prior written permission.
00029  *  
00030  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00031  *  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
00032  *  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00033  *  PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
00034  *  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
00035  *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
00036  *  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
00037  *  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
00038  *  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
00039  *  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
00040  *  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00041  *  Contact information for paper mail:
00042  *  Texas Instruments
00043  *  Post Office Box 655303
00044  *  Dallas, Texas 75265
00045  *  Contact information: 
00046  *  http://www-k.ext.ti.com/sc/technical-support/product-information-centers.htm?
00047  *  DCMP=TIHomeTracking&HQS=Other+OT+home_d_contact
00048  *  ============================================================================
00049  *  
00050  */
00051 
00052 
00053 #ifndef FRAMEQBUFMGR_CONFIG_H
00054 #define FRAMEQBUFMGR_CONFIG_H
00055 
00056 
00057 #if defined (__cplusplus)
00058 extern "C" {
00059 #endif
00060 
00061 /* =============================================================================
00062  * macros & defines
00063  * =============================================================================
00064  */
00065 
00066 /*!
00067  *  @def    FRAMEQBUFMGR_CACHE_LINESIZE
00068  *  @brief  Cache line size.
00069  */
00070 #define FRAMEQBUFMGR_CACHE_LINESIZE             (128u)
00071 
00072 
00073 #if defined (__cplusplus)
00074 }
00075 #endif /* defined (__cplusplus) */
00076 
00077 
00078 #endif /*FRAMEQBUFMGR_CONFIG_H*/

Generated on Mon Mar 14 11:59:45 2011 for Syslink by  doxygen 1.4.4