33 lines
1.4 KiB
C
Raw Normal View History

2025-04-10 17:31:33 +08:00
#ifndef PSIF_HDR_EVENT_H
#define PSIF_HDR_EVENT_H
/******************************************************************************
******************************************************************************
Copyright: - 2018- Copyrights of EigenComm Ltd.
File name: - psifevent.h
Description: - ps if related event header file
History: - 11/01/2018, Originated by xwang
******************************************************************************
******************************************************************************/
#include "networkmgr.h"
#include "netif.h"
/******************************************************************************
*****************************************************************************
* STRUCT
*****************************************************************************
******************************************************************************/
/******************************************************************************
*****************************************************************************
* Functions
*****************************************************************************
******************************************************************************/
//void PsifSendNetifInfoInd(struct netif *pNetif, NmNetifStatus status, NmNetifStatusChangeCause cause);
void PsifSendNetifInfoInd(struct netif *pNetif, NmNetifStatusChangeCause cause);
#endif