From d99be9e2912e0726ab779053b43a89e3b9e21490 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 22 May 2022 21:14:29 +0300 Subject: rename vm_branch to vmem + Closer to what it's for rather than what it is. --- include/apos/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/debug.h') diff --git a/include/apos/debug.h b/include/apos/debug.h index 25ea132..8df7342 100644 --- a/include/apos/debug.h +++ b/include/apos/debug.h @@ -136,7 +136,7 @@ void __fmt(1, 2) dbg(const char *fmt, ...); void init_dbg(const void *fdt); void setup_dmap_dbg(); -void setup_io_dbg(struct vm_branch *b); +void setup_io_dbg(struct vmem *b); void setup_dbg(pm_t pt, enum serial_dev dev); struct dbg_info dbg_from_fdt(const void *fdt); -- cgit v1.3