amd/common: Add extern "C" to some headers that were missing it.
authorTimur Kristóf <timur.kristof@gmail.com>
Fri, 27 Sep 2019 07:26:14 +0000 (09:26 +0200)
committerTimur Kristóf <timur.kristof@gmail.com>
Thu, 10 Oct 2019 07:57:52 +0000 (09:57 +0200)
commitc57503b93286ad3e8715f6d42a05b6de5fd7fdac
treec9f2603b6dd5bff3473c112d3f8f4427dc326e72
parent9e27816252b9090868dbff1f1e640a7e99c13a97
amd/common: Add extern "C" to some headers that were missing it.

We'd like to include some of these in C++ code later.
Specifically, ACO is written in C++ and we would like to use
some of this code in ACO in order to avoid code duplication.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
src/amd/common/ac_debug.h
src/amd/common/ac_rtld.h
src/amd/common/ac_shader_util.h