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