summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-01-04 08:50:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-04 11:54:36 +0100
commitcaeaae2673b28cbe38a834437a5eb9c53aca6d4a (patch)
tree4d4235e9f81a92d2ee73f621b3a797fbffd455ae /c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
parentbsps/lm32: Use public include path (diff)
downloadrtems-caeaae2673b28cbe38a834437a5eb9c53aca6d4a.tar.bz2
bsp/gen5200: Use public include path
Update #3254.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
index c313771895..9e0d946ed0 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/bestcomm_glue.c
@@ -20,13 +20,13 @@
#include <rtems.h>
#include <bsp.h>
#include <bsp/irq.h>
-#include "../include/mpc5200.h"
-#include "include/ppctypes.h" /* uint32, et. al. */
-#include "dma_image.h"
-#include "task_api/bestcomm_cntrl.h"
-#include "bestcomm_api.h"
-#include "bestcomm_glue.h"
-#include "include/mgt5200/sdma.h"
+#include <bsp/mpc5200.h>
+#include <bsp/bestcomm/include/ppctypes.h> /* uint32, et. al. */
+#include <bsp/bestcomm/dma_image.h>
+#include <bsp/bestcomm/task_api/bestcomm_cntrl.h>
+#include <bsp/bestcomm/bestcomm_api.h>
+#include <bsp/bestcomm/bestcomm_glue.h>
+#include <bsp/bestcomm/include/mgt5200/sdma.h>
#include <rtems/score/heapimpl.h>
extern const uint32 taskTableBytes;