native_interface.h 372 B

12345678910111213
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef _NATIVE_INTERFACE_H_
  6. #define _NATIVE_INTERFACE_H_
  7. /* Note: the bh_plaform.h is the only head file separately
  8. implemented by both [app] and [native] worlds */
  9. #include "bh_platform.h"
  10. #endif /* end of _NATIVE_INTERFACE_H */