Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: open-amp: support resource table on C++ applications
In C++ applications, methods which are meant to be implemented in C should be wrapped in a `extern "C"` scope at the point of declaration. This enables the correct symbol table mangling, which fixes current linker errors in C++. Signed-off-by: Alexander Dengg <[email protected]>
- Loading branch information