feat: provide some libc routines only for testing
[lunaix-os.git] / lunaix-os / includes / lunaix / process.h
index ab5dde9d64601be5b083c147c28f1339e182d203..0029e363d759a4366d1b684351341145ce388f7f 100644 (file)
 
 #define PROC_FINPAUSE 1
 
-struct proc_mm
-{
-    heap_context_t u_heap;
-    vm_regions_t regions;
-};
-
 struct proc_sigstate
 {
     isr_param proc_regs;