#ifndef VM_PAGE_H #define VM_PAGE_H #include "threads/thread.h" void page_set_swap (struct thread *, void *, size_t); size_t page_get_swap (struct thread *, void *); #endif /* vm/frame.h */