blob: 6342113e9246083976a7a5405a5fe24d51ee0d23 [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _MYLIB_H_
#define _MYLIB_H_
int mylib_hello_world(void);
#endif