Organize resources into process groups
This commit is contained in:
@@ -15,13 +15,6 @@ struct proc_resource_mem {
|
||||
bool managed;
|
||||
};
|
||||
|
||||
struct proc_resource_mem_init {
|
||||
uintptr_t paddr;
|
||||
size_t pages;
|
||||
bool managed;
|
||||
};
|
||||
|
||||
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_cleanup_resource_mem (struct proc_resource* resource);
|
||||
|
||||
#endif // _KERNEL_PROC_MEM_H
|
||||
|
||||
Reference in New Issue
Block a user