blob: 7d46abb53ee1667f1a95be532a9e3e80aa46171f [file] [log] [blame]
/** @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);
#ifdef __cplusplus
}
#endif