/*****************************************************************************
 * @copyright       2024-202,  CO., LTD. 
 * @file            xxx.c
 * @brief           xxxx
 * @author          Gary
 * @date            2024/08/30
 * @remark          初修订
 *****************************************************************************/
#ifndef APP_TASK_REGEDIT_H
#define APP_TASK_REGEDIT_H

#pragma once
#include <stdio.h>
#include <sched.h>
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <math.h>
#include <stdbool.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/shm.h>

uint8_t initEmsStart(void* arg);
uint8_t initSystem(void* arg);
void regeditThreadEntry(void *map_t); // 创建线程入口

#endif