diff options
Diffstat (limited to 'nvdebug.h')
-rw-r--r-- | nvdebug.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1141,3 +1141,6 @@ static inline void nvdebug_writeq(struct nvdebug_state *s, u32 r, u64 v) { | |||
1141 | writeq_relaxed(v, s->regs + r); | 1141 | writeq_relaxed(v, s->regs + r); |
1142 | wmb(); | 1142 | wmb(); |
1143 | } | 1143 | } |
1144 | // Defined in bus.c | ||
1145 | int addr_to_pramin_mut(struct nvdebug_state *g, uint64_t addr, enum INST_TARGET target); | ||
1146 | int get_bar2_pdb(struct nvdebug_state *g, void **pdb, bool *is_v2_pdb); | ||