blob: 527810776c7f80007b67015341664c2022fe83af [file] [log] [blame]
#ifndef __EXT_CMUX_REGIST_H__
#define __EXT_CMUX_REGIST_H__
#if (APP_OS_TYPE == APP_OS_LINUX)
#include "ext_regist.h"
#include "softap_api.h"
#include "at_utils.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <termios.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/stat.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <pty.h>
//add for cmux
#include <linux/if.h>
#include <linux/gsmmux.h>
#include <poll.h>
//========================================================================================================//
//º¯ÊýÉùÃ÷Çø
//========================================================================================================//
int zcmuxSet_req(int at_fd,char * at_paras,void * *res_msg,int * res_msglen);
int zcmuxSet_rsp(void *rsp_msg, void**ret, int *retlen);
#endif
#endif /*__EXT_CMUX_REGIST_H__*/