summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-08-05 20:20:26 -0600
committerEvan Lojewski <github@meklort.com>2019-08-05 20:20:26 -0600
commited2a31e68ccb6a2c878462737a558ab02a5964a7 (patch)
treea113d4eada4ab88b95d050cc11c1689b070c6bf6 /libs
parentd7775fcda2b534dc249444c08a104fab05d0968b (diff)
downloadbcm5719-ortega-ed2a31e68ccb6a2c878462737a558ab02a5964a7.tar.gz
bcm5719-ortega-ed2a31e68ccb6a2c878462737a558ab02a5964a7.zip
Cleanup a couple of headers.
Diffstat (limited to 'libs')
-rw-r--r--libs/APE/include/APE.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/APE/include/APE.h b/libs/APE/include/APE.h
index b9e18b1..7356b32 100644
--- a/libs/APE/include/APE.h
+++ b/libs/APE/include/APE.h
@@ -42,8 +42,8 @@
/// @endcond
////////////////////////////////////////////////////////////////////////////////
-#ifndef APE_H
-#define APE_H
+#ifndef LIBS_APE_H
+#define LIBS_APE_H
void APE_aquireLock(void);
@@ -51,4 +51,4 @@ void APE_releaseLock(void);
void APE_releaseAllLocks(void);
-#endif /* APE_H */
+#endif /* LIBS_APE_H */
OpenPOWER on IntegriCloud