/** @file
* @brief IPSP Service sample
*/
/*
* Copyright (c) 2015-2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
#ifdef __cplusplus
extern "C" {
#endif
void ipss_init(void);
int ipss_advertise(void);
}