Changeset 562815c in rtems for cpukit/sapi


Ignore:
Timestamp:
07/23/13 11:00:31 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
7660e8b3
Parents:
e151eb1
git-author:
Sebastian Huber <sebastian.huber@…> (07/23/13 11:00:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/23/13 13:12:54)
Message:

rtems: Create dpmem implementation header

Move implementation specific parts of dpmem.h and dpmem.inl into new
header file dpmemimpl.h. The dpmem.h contains now only the application
visible API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/rtemsapi.c

    re151eb1 r562815c  
    3030#include <rtems/rtems/clock.h>
    3131#include <rtems/rtems/tasks.h>
    32 #include <rtems/rtems/dpmem.h>
     32#include <rtems/rtems/dpmemimpl.h>
    3333#include <rtems/rtems/eventimpl.h>
    3434#include <rtems/rtems/messageimpl.h>
Note: See TracChangeset for help on using the changeset viewer.