summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/sim_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/sim_pci.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/sim_pci.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/sim_pci.h b/drivers/gpu/nvgpu/common/linux/sim_pci.h
index 22a3169c..645dbdbd 100644
--- a/drivers/gpu/nvgpu/common/linux/sim_pci.h
+++ b/drivers/gpu/nvgpu/common/linux/sim_pci.h
@@ -23,6 +23,7 @@
23#include "gk20a/sim_gk20a.h" 23#include "gk20a/sim_gk20a.h"
24#include "sim.h" 24#include "sim.h"
25 25
26int nvgpu_pci_init_sim_support(struct gk20a *g); 26int nvgpu_init_sim_support_pci(struct gk20a *g); /* this will be moved */
27 27int nvgpu_init_sim_support_linux_pci(struct gk20a *g);
28void nvgpu_remove_sim_support_linux_pci(struct gk20a *g);
28#endif 29#endif