summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/shared/tmtc/grtc.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-12-22 07:13:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-22 12:46:28 +0100
commit317209257661e50adb2abf4926c0dc812df0227d (patch)
tree7ee7bfda0d2d9f06cae82cd62a86ae32e71b3790 /bsps/sparc/shared/tmtc/grtc.c
parentbsps/arm: Remove unused bsp_stack_irq_size (diff)
downloadrtems-317209257661e50adb2abf4926c0dc812df0227d.tar.bz2
grlib: Move header files
Update #3678.
Diffstat (limited to '')
-rw-r--r--bsps/sparc/shared/tmtc/grtc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/bsps/sparc/shared/tmtc/grtc.c b/bsps/sparc/shared/tmtc/grtc.c
index 35f67f6a4c..44e9685c3a 100644
--- a/bsps/sparc/shared/tmtc/grtc.c
+++ b/bsps/sparc/shared/tmtc/grtc.c
@@ -18,18 +18,18 @@
#include <rtems/bspIo.h>
#include <drvmgr/drvmgr.h>
-#include <drvmgr/ambapp_bus.h>
-#include <ambapp.h>
-#include <bsp/grtc.h>
+#include <grlib/ambapp_bus.h>
+#include <grlib/ambapp.h>
+#include <grlib/grtc.h>
-#include <grlib_impl.h>
+#include <grlib/grlib_impl.h>
/*
#define DEBUG
#define DEBUGFUNCS
*/
-#include <bsp/debug_defs.h>
+#include <grlib/debug_defs.h>
#ifdef DEBUG_ERROR
#define DEBUG_ERR_LOG(device,error) grtc_log_error(device,error)