[Feature][ZXW-33]merge ZXW 0428 version

Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/ap/lib/libatreg/atreg.h b/ap/lib/libatreg/atreg.h
new file mode 100755
index 0000000..40f3eb0
--- /dev/null
+++ b/ap/lib/libatreg/atreg.h
@@ -0,0 +1,53 @@
+/**

+ * @file regist.h

+ * @brief Inter APIs of libatreg

+ *

+ * Copyright (C) 2022 Sanechips Technology Co., Ltd.

+ * @author 

+ * @ingroup 

+ * 

+ * This program is free software; you can redistribute it and/or modify

+ * it under the terms of the GNU General Public License version 2 as

+ * published by the Free Software Foundation. 

+ *

+ */

+

+

+#ifndef _ATREG_REGIST_H

+#define _ATREG_REGIST_H

+

+

+/*******************************************************************************

+ *                           Include header files                              *

+ *******************************************************************************/

+#include "atreg_common.h"

+

+

+/*******************************************************************************

+ *                             Macro definitions                               *

+ *******************************************************************************/

+

+

+

+/*******************************************************************************

+ *                             Type definitions                                *

+ *******************************************************************************/

+

+

+/*******************************************************************************

+ *                       Global variable declarations                          *

+ *******************************************************************************/

+

+

+/*******************************************************************************

+ *                       Global function declarations                          *

+ *******************************************************************************/

+int reg_at_serv_func(char *at_cmd_prefix, ser_cb_proc cb);

+int unreg_at_serv_func(char *at_cmd_prefix);

+

+int reg_at_info_func(char *at_cmd_prefix, info_cb_proc cb);

+int unreg_at_info_func(char *at_cmd_prefix);

+

+

+#endif

+