[Krafton Jungle] PintOS 2.0.0
크래프톤 정글 PintOS
 
Loading...
Searching...
No Matches
page_cache.h
Go to the documentation of this file.
1#ifndef FILESYS_PAGE_CACHE_H
2#define FILESYS_PAGE_CACHE_H
3#include "vm/vm.h"
4
5struct page;
6enum vm_type;
7
8struct page_cache {};
9
10void page_cache_init (void);
11bool page_cache_initializer (struct page *page, enum vm_type type, void *kva);
12#endif
bool page_cache_initializer(struct page *page, enum vm_type type, void *kva)
Definition: page_cache.c:26
void page_cache_init(void)
Definition: page_cache.h:8
Definition: vm.h:51
vm_type
Definition: vm.h:8