summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-10 08:09:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-11 09:05:07 +0100
commit84aee2e9828e2c4d26d4b3ea5326143a3b153494 (patch)
tree91ac82a2a3c55333dd521b0a9cf10752a92db67a /bsps/include
parentrtems: Simplify semaphore configuration (diff)
downloadrtems-84aee2e9828e2c4d26d4b3ea5326143a3b153494.tar.bz2
mpci: Simplify MPCI configuration
Use watchdog for shared memory driver instead of a Classic API Timer.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/shm_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/include/shm_driver.h b/bsps/include/shm_driver.h
index cb94cec0cb..e357b46e5e 100644
--- a/bsps/include/shm_driver.h
+++ b/bsps/include/shm_driver.h
@@ -17,6 +17,7 @@
#ifndef __SHM_h
#define __SHM_h
+#include <rtems.h>
#include <rtems/clockdrv.h>
#ifdef __cplusplus