16 lines
595 B
C
16 lines
595 B
C
|
/******************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
|
||
|
*
|
||
|
******************************************************************************/
|
||
|
#ifndef __SCSC_WIFILOGGER_RINGS_H__
|
||
|
#define __SCSC_WIFILOGGER_RINGS_H__
|
||
|
|
||
|
#include "scsc_wifilogger_types.h"
|
||
|
/* This file groups and exports all rings Producer APIs */
|
||
|
#include "scsc_wifilogger_ring_connectivity_api.h"
|
||
|
#include "scsc_wifilogger_ring_wakelock_api.h"
|
||
|
#include "scsc_wifilogger_ring_pktfate_api.h"
|
||
|
|
||
|
#endif /* __SCSC_WIFILOGGER_RINGS_H__ */
|