summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/app-framework/app-native-shared/native_interface.h
blob: ce9f24780ddc7af67885809c5714ec5861e6c4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2019 Intel Corporation.  All rights reserved.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 */

#ifndef _NATIVE_INTERFACE_H_
#define _NATIVE_INTERFACE_H_

/* Note: the bh_plaform.h is the only head file separately
         implemented by both [app] and [native] worlds */
#include "bh_platform.h"

#endif /* end of _NATIVE_INTERFACE_H */