summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-10-13 20:59:13 -0600
committerGitHub <noreply@github.com>2020-10-13 20:59:13 -0600
commitcca22169935ce16e15756be4e29863b6c402dad3 (patch)
treecad4b1ddee0d25cbc7cc8851594891821c8cdf7c /libs
parent9160f0208dfe0077c2556bac3924c1ff2724eb99 (diff)
downloadbcm5719-ortega-cca22169935ce16e15756be4e29863b6c402dad3.tar.gz
bcm5719-ortega-cca22169935ce16e15756be4e29863b6c402dad3.zip
libs/ape: Cleanup various linting warnings. (#142)
Diffstat (limited to 'libs')
-rw-r--r--libs/APE/ape.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/APE/ape.c b/libs/APE/ape.c
index 3f9a3a7..9481430 100644
--- a/libs/APE/ape.c
+++ b/libs/APE/ape.c
@@ -41,9 +41,12 @@
/// POSSIBILITY OF SUCH DAMAGE.
/// @endcond
////////////////////////////////////////////////////////////////////////////////
+
#include "bcm5719_APE_PERI.h"
#include "bcm5719_DEVICE.h"
+#include <APE.h>
+
void APE_aquireLock(void)
{
RegAPE_PERIPerLockRequestPhy0_t lock_req;
OpenPOWER on IntegriCloud