1 /*
2  * Copyright (c) 2017 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _MYLIB_H_
8 #define _MYLIB_H_
9 
10 int mylib_hello_world(void);
11 
12 #endif
13