]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/traceframework.git/blobdiff - src/tf_utils.h
bug fixes along with big endian support (DSP only) added
[keystone-rtos/traceframework.git] / src / tf_utils.h
index 68d8fe4e98f635e56dbfe272e89d8643ad913e07..fba7b7eee3b7b062b4ebc5b91994b26bc5fb9aab 100644 (file)
@@ -134,30 +134,6 @@ static void tf_contract_update_bytes(void* sharedMemAddr, void* localMemAddr, si
  */
 static void tf_contract_update_smem(void* sharedMemAddr, void* localMemAddr, size_t size);    
 
-
-/*
- * ============================================================================
- *  tf_contract_snapshot_smem
- *
- *  Description:
- *    read a size bytes from global memory
- *
- *  param[in]  sharedMemAddr
- *      Pointer to the local variable
- *
- *  param[in]  localMemAddr
- *      Pointer to the global variable
- *
- *  param[in]  size
- *      Pointer to the global variable
- *
- *  return
- *      none
- *
- * =============================================================================
- */
-static void tf_contract_snapshot_smem(void* sharedMemAddr, void* localMemAddr, size_t size);    
-
 /*
  * ============================================================================
  *  tf_cons_update_global_lfb