Move mutex and mem create/cleanup functions into mutex.c and mem.c respectively
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -18,6 +18,8 @@ struct proc_resource_mem_init {
|
||||
size_t pages;
|
||||
};
|
||||
|
||||
bool proc_create_resource_mem (struct proc_resource_mem* mem, struct proc_resource_mem_init* init);
|
||||
void proc_cleanup_resource_mem (struct proc* proc, struct proc_resource* resource);
|
||||
void proc_mem_unref (struct proc* proc, struct proc_resource_mem* mem, size_t pages);
|
||||
|
||||
#endif // _KERNEL_PROC_MEM_H
|
||||
|
||||
Reference in New Issue
Block a user