Skip to content

Commit

Permalink
mm: prototypes for mmio() and pcontig()
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 26, 2024
1 parent 6ee6332 commit dcf83d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/kernel/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ int vmmPageStatus(uintptr_t, uintptr_t *);
uintptr_t vmmSetFlags(uintptr_t, size_t, int);

void *sbrk(Thread *, intptr_t);

uintptr_t mmio(Thread *t, uintptr_t, off_t, int);
uintptr_t pcontig(Thread *t, uintptr_t, off_t, int);

0 comments on commit dcf83d4

Please sign in to comment.