26 lines
679 B
C
Raw Normal View History

2023-07-13 11:27:03 +08:00
// +FHDR------------------------------------------------------------
// Copyright (c) 2022 SmartLogic.
// ALL RIGHTS RESERVED
// -----------------------------------------------------------------
// Filename : ucp_heartbeat.h
// Author : xianfeng.du
// Created On : 2022-11-30
// Last Modified :
// -----------------------------------------------------------------
// Description:
//
//
// -FHDR------------------------------------------------------------
#ifndef __UCP_HEARTBEAT_H__
#define __UCP_HEARTBEAT_H__
//#include "typedef.h"
#define HEARTBEAT_ENABLE
2023-07-13 11:27:03 +08:00
void heart_beat_write(void);
#endif