]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/ipc3x_dev/ti/syslink/inc/knl/Processor.h
Add late-attach support for IPUs in QNX
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / inc / knl / Processor.h
index d4ac6700c3d084ee6447446b5bac80ff147a360d..0be47e8edc0bea0b4b9a32b8ff96553f354bf780 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  ============================================================================
  *
- *  Copyright (c) 2008-2009, Texas Instruments Incorporated
+ *  Copyright (c) 2008-2014, Texas Instruments Incorporated
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
@@ -242,6 +242,12 @@ Int Processor_translateAddr (Processor_Handle handle,
                              UInt32           srcAddr)
 ;
 
+/* Function to translate slave virtual address to physical using page table */
+Int Processor_translateFromPte (Processor_Handle handle,
+                                UInt32 *         dstAddr,
+                                UInt32           srcAddr)
+;
+
 /* Function to map address to slave address space */
 Int Processor_map (Processor_Handle handle,
                    UInt32 *         dstAddr,