#ifndef _SOUL_INTF #define _SOUL_INTF #include #include "soul_types.h" #include "soul_exports.h" #include #include #include /* * Soul ABI: souls must export these symbols. * * This header is intended to be included by soul implementations. */ #define DECLARE_SOUL_EXPORT(ret, name, args) ret name args; ARKSOUL_EXPORTS(DECLARE_SOUL_EXPORT) #undef DECLARE_SOUL_EXPORT #endif /* _SOUL_INTF */