#ifndef JOS_INC_PROCESS_H
#define JOS_INC_PROCESS_H

#include <inc/jthread.h>

extern jthread_mutex_t fork_mu;

#endif
