![]() |
![]() |
00001 /* 00002 * Copyright (c) 2010, Texas Instruments Incorporated 00003 * All rights reserved. 00004 * 00005 * Redistribution and use in source and binary forms, with or without 00006 * modification, are permitted provided that the following conditions 00007 * are met: 00008 * 00009 * * Redistributions of source code must retain the above copyright 00010 * notice, this list of conditions and the following disclaimer. 00011 * 00012 * * Redistributions in binary form must reproduce the above copyright 00013 * notice, this list of conditions and the following disclaimer in the 00014 * documentation and/or other materials provided with the distribution. 00015 * 00016 * * Neither the name of Texas Instruments Incorporated nor the names of 00017 * its contributors may be used to endorse or promote products derived 00018 * from this software without specific prior written permission. 00019 * 00020 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00021 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 00022 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00023 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 00024 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00025 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 00026 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 00027 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 00028 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 00029 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 00030 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00031 * */ 00050 #ifndef ti_ipc_MultiProc__include 00051 #define ti_ipc_MultiProc__include 00052 00053 #if defined (__cplusplus) 00054 extern "C" { 00055 #endif 00056 00057 /* ============================================================================= 00058 * All success and failure codes for the module 00059 * ============================================================================= 00060 */ 00061 00066 #define MultiProc_S_BUSY 2 00067 00072 #define MultiProc_S_ALREADYSETUP 1 00073 00078 #define MultiProc_S_SUCCESS 0 00079 00084 #define MultiProc_E_FAIL -1 00085 00090 #define MultiProc_E_INVALIDARG -2 00091 00096 #define MultiProc_E_MEMORY -3 00097 00102 #define MultiProc_E_ALREADYEXISTS -4 00103 00108 #define MultiProc_E_NOTFOUND -5 00109 00114 #define MultiProc_E_TIMEOUT -6 00115 00120 #define MultiProc_E_INVALIDSTATE -7 00121 00126 #define MultiProc_E_OSFAILURE -8 00127 00132 #define MultiProc_E_RESOURCE -9 00133 00138 #define MultiProc_E_RESTART -10 00139 00140 /* ============================================================================= 00141 * Macros 00142 * ============================================================================= 00143 */ 00144 00149 #define MultiProc_INVALIDID (0xFFFF) 00150 00151 /* ============================================================================= 00152 * MultiProc Module-wide Functions 00153 * ============================================================================= 00154 */ 00155 00168 UInt16 MultiProc_getId(String name); 00169 00179 String MultiProc_getName(UInt16 id); 00180 00186 UInt16 MultiProc_getNumProcessors(Void); 00187 00195 UInt16 MultiProc_self(Void); 00196 00206 Int MultiProc_setLocalId(UInt16 id); 00207 00208 #if defined (__cplusplus) 00209 } 00210 #endif /* defined (__cplusplus) */ 00211 00212 #endif /* ti_ipc_MultiProc__include */ 00213 00214 /* 00215 */ 00216 /* 00217 * @(#) ti.ipc; 1, 0, 0, 0,83; 4-9-2010 18:37:32; /db/vtree/library/trees/ipc/ipc-d23x/src/ 00218 */ 00219