Regroup vtbl definitions to one translation unit (#1167)

Move function declarations to a new header file, with relevant existing
documentation.

Signed-off-by: Marco Antognini <marco.antognini@arm.com>
This commit is contained in:
Marco Antognini
2021-02-18 10:06:37 +00:00
committed by GitHub
parent 7181bcdbac
commit 70b2492f30
19 changed files with 234 additions and 118 deletions

View File

@@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
#include "utility.h"
#include "function_list.h"