Changeset 6cec745f in rtems for cpukit/sapi


Ignore:
Timestamp:
07/25/13 08:20:24 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
7f04cb18
Parents:
cba15292
git-author:
Sebastian Huber <sebastian.huber@…> (07/25/13 08:20:24)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/26/13 09:55:46)
Message:

rtems: Create signal implementation header

Move implementation specific parts of signal.h into new header file
signalimpl.h. The signal.h contains now only the application visible
API.

File:
1 edited

Legend:

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

    rcba15292 r6cec745f  
    4040#include <rtems/rtems/regionimpl.h>
    4141#include <rtems/rtems/semimpl.h>
    42 #include <rtems/rtems/signal.h>
     42#include <rtems/rtems/signalimpl.h>
    4343#include <rtems/rtems/timerimpl.h>
    4444
Note: See TracChangeset for help on using the changeset viewer.