From 3154203bba4402ba8da583ad14593e6d927c7347 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Sep 2020 10:00:44 +0200 Subject: grlib: Remove superfluous forward decls --- bsps/include/grlib/ambapp.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bsps/include/grlib/ambapp.h b/bsps/include/grlib/ambapp.h index 6b617ada70..2ad66713e0 100644 --- a/bsps/include/grlib/ambapp.h +++ b/bsps/include/grlib/ambapp.h @@ -35,11 +35,6 @@ extern "C" { /* Max supported AHB buses */ #define AHB_BUS_MAX 6 -struct ambapp_dev; -struct ambapp_core; -struct ambapp_apb_info; -struct ambapp_ahb_info; - struct ambapp_dev { struct ambapp_dev *next; /* Next */ struct ambapp_dev *prev; /* Previous Device. If (this == -- cgit v1.2.3