PSDK QNX API Guide
ipc_virtio.h File Reference

VirtIO Interface for application. More...

#include <ti/drv/ipc/soc/ipc_soc.h>
#include <ti/drv/ipc/include/ipc_types.h>

Go to the source code of this file.

Data Structures

struct  Ipc_VirtIoParams
 Parameter structure for creating VirtIO table for each core combinations. More...
 

Functions

uint32_t Ipc_getVqObjMemoryRequired (void)
 Returns local memory for Virtio objects for all cores of SOC. More...
 
uint32_t Ipc_getVqObjMemoryRequiredPerCore (void)
 Returns local memory for Virtio objects for one core-pair. More...
 
int32_t Ipc_initVirtIO (Ipc_VirtIoParams *vqParam)
 Initailize the Virtio module. More...
 
Bool Ipc_isRemoteVirtioCreated (uint32_t remoteId)
 Check if a remote Virtio has been created. More...
 

Detailed Description

VirtIO Interface for application.