2019-05-07 02:18:18 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
2019-11-11 23:45:21 +00:00
|
|
|
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
2019-05-07 02:18:18 +00:00
|
|
|
*/
|
|
|
|
|
2019-09-10 02:23:46 +00:00
|
|
|
#ifndef _NATIVE_INTERFACE_H_
|
|
|
|
#define _NATIVE_INTERFACE_H_
|
2019-05-07 02:18:18 +00:00
|
|
|
|
2019-09-10 02:23:46 +00:00
|
|
|
/* Note: the bh_plaform.h is the only head file separately
|
|
|
|
implemented by both [app] and [native] worlds */
|
2019-05-07 02:18:18 +00:00
|
|
|
#include "bh_platform.h"
|
|
|
|
|
2019-09-10 02:23:46 +00:00
|
|
|
|
|
|
|
#endif /* end of _NATIVE_INTERFACE_H */
|
2019-08-01 08:57:54 +00:00
|
|
|
|