#ifndef PROCESS_H
#define PROCESS_H

void init_process_module(void);

#endif
