mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
nvgpu: Added QNX specific include in sim.h
Added QNX specific include in the common sim.h Forward declared "platform_device". JIRA VQRM-3836 Change-Id: I6e965ccc41df2445b36111d88e9cebf9866dd877 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1725686 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sourab Gupta <sourabg@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
dffeea5deb
commit
e1cc49420a
@@ -20,7 +20,7 @@
|
||||
#ifndef __SIM_LINUX_H__
|
||||
#define __SIM_LINUX_H__
|
||||
|
||||
#include <linux/platform_device.h>
|
||||
struct platform_device;
|
||||
|
||||
struct sim_nvgpu_linux {
|
||||
struct sim_nvgpu sim;
|
||||
|
||||
@@ -43,7 +43,8 @@ struct sim_nvgpu {
|
||||
#include "linux/sim.h"
|
||||
#include "linux/sim_pci.h"
|
||||
#else
|
||||
|
||||
#include <nvgpu_rmos/include/sim.h>
|
||||
#include <nvgpu_rmos/include/sim_pci.h>
|
||||
#endif
|
||||
int nvgpu_init_sim_support(struct gk20a *g);
|
||||
int nvgpu_init_sim_support_pci(struct gk20a *g);
|
||||
|
||||
Reference in New Issue
Block a user