wasm_app.h 342 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. #ifndef _LIB_AEE_H_
  6. #define _LIB_AEE_H_
  7. #include "bi-inc/shared_utils.h"
  8. #include "bi-inc/attr_container.h"
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif /* end of _LIB_AEE_H_ */