qcacmn: Implement QDF API to get queue mapping and total ram size

This change adds the following QDF APIs -

qdf_nbuf_get_queue_mapping: To get the queue mapping set by linux kernel

qdf_get_totalramsize: To get total ram size in Kb

Change-Id: I86daffebba759c086d15951dfcc72ea626c74bb4
CRs-Fixed: 1055387
此提交包含在:
Sathish Kumar
2016-08-31 16:01:57 +05:30
提交者 qcabuildsw
父節點 50a5518cd6
當前提交 5947138237
共有 4 個檔案被更改,包括 39 行新增0 行删除

查看文件

@@ -433,5 +433,10 @@ static inline int qdf_device_init_wakeup(qdf_device_t qdf_dev, bool enable)
return __qdf_device_init_wakeup(qdf_dev, enable);
}
static inline
uint64_t qdf_get_totalramsize(void)
{
return __qdf_get_totalramsize();
}
#endif /*_QDF_UTIL_H*/