]> git.corax.cc Git - corax/commitdiff
Add prototype for _pg_dir_vpxlate() to arch/paging.h
authorMatthias Kruk <m@m10k.eu>
Tue, 5 Nov 2019 07:20:36 +0000 (16:20 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 5 Nov 2019 07:20:36 +0000 (16:20 +0900)
kernel/arch/paging.h

index 805718248f6b5ce14285a776e5234dc777512585..cb0fb6bb5c33e8039c3b096a1b810e731802cd62 100644 (file)
@@ -94,5 +94,6 @@ void* pg_frame_alloc_start(void);
 void* pg_frame_alloc_end(void);
 void  pg_frame_free(void*);
 int   pg_dir_memcpy(struct pagedir*, void*, struct pagedir*, void*, u32_t);
+int   _pg_dir_vpxlate(struct pagedir*, u32_t, u32_t*);
 
 #endif /* __PAGING_H */