/** @file * @brief DIS Service sample */ /* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifdef __cplusplus extern "C" { #endif void dis_init(const char *model, const char *manuf); #ifdef __cplusplus } #endif