summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shmdr/mpci.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 19:58:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 19:58:02 +0000
commit48bfd9925727e46aada26c40c967a5ad57d98919 (patch)
tree1194fe547c22d35075005c721d6d9ae015fbe24d /c/src/lib/libbsp/shmdr/mpci.h
parentRemoved duplicate definition of rtems_filesystem_umask. (diff)
downloadrtems-48bfd9925727e46aada26c40c967a5ad57d98919.tar.bz2
Renamed shm.h to shm_driver.h to avoid conflicts with POSIX shm.h.
Renamed file shmsupp/intr.c in some BSPs to shmsupp/cause_intr.c to avoid conflict with rtems/src/intr.c (Classic API Interrupt Manager).
Diffstat (limited to 'c/src/lib/libbsp/shmdr/mpci.h')
-rw-r--r--c/src/lib/libbsp/shmdr/mpci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shmdr/mpci.h b/c/src/lib/libbsp/shmdr/mpci.h
index 3afb4034b7..203c77dbcd 100644
--- a/c/src/lib/libbsp/shmdr/mpci.h
+++ b/c/src/lib/libbsp/shmdr/mpci.h
@@ -21,7 +21,7 @@
extern "C" {
#endif
-#include <shm.h>
+#include <shm_driver.h>
#define MPCI_Initialization( _configuration ) \
Shm_Initialization( _configuration )
@@ -38,7 +38,7 @@ extern "C" {
#define MPCI_Send_packet( _destination, _the_packet ) \
Shm_Send_packet( _destination, _the_packet )
-/* Unnecessary... mapped in shm.h
+/* Unnecessary... mapped in shm_driver.h
#define MPCI_Fatal( _the_error ) \
Shm_Fatal( _the_error )
*/