You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
854 B
C

1 year ago
/****************************************************************************
** File name : HTInitUtils.h
** Description : Defines service initialization API
** Create date : 2018.09.01
** Auther by : Liuyx
** Version info : V1.0.01
** Copyright (C) 2002-2018 xi'an huatek, Inc Co., Ltd
** Update record:
** DATE AUTHER DESC
** -------------------------------------------------------------------------
** 2018.09.01 Liuyx first build
****************************************************************************/
#ifndef __HT_INIT_UTILS_H
#define __HT_INIT_UTILS_H
#ifdef __cplusplus
extern "C" {
#endif
// <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>л<EFBFBD><D0BB><EFBFBD>
int loadServiceEvent();
void reloadServiceEvent(int platform_id);
int unLoadServiceEvent();
int get_seqno(void);
#ifdef __cplusplus
}
#endif
#endif // end __HT_INIT_UTILS_H