aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvdebug.h b/nvdebug.h
index 67f2111..567806d 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -1149,7 +1149,6 @@ int preempt_tsg(struct nvdebug_state *g, uint32_t tsg_id);
1149int preempt_runlist(struct nvdebug_state *g, uint32_t rl_id); 1149int preempt_runlist(struct nvdebug_state *g, uint32_t rl_id);
1150 1150
1151// Defined in mmu.c 1151// Defined in mmu.c
1152uint32_t vram2PRAMIN(struct nvdebug_state *g, uint64_t addr);
1153void __iomem *phy2PRAMIN(struct nvdebug_state* g, uint64_t phy); 1152void __iomem *phy2PRAMIN(struct nvdebug_state* g, uint64_t phy);
1154uint64_t search_page_directory( 1153uint64_t search_page_directory(
1155 struct nvdebug_state *g, 1154 struct nvdebug_state *g,