From c71b596c4eb708716fb45950876a00f8ce6f4156 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Jul 2013 15:24:04 +0200 Subject: score: Create spinlock implementation header Move implementation specific parts of corespinlock.h and corespinlock.inl into new header file corespinlockimpl.h. The corespinlock.h contains now only the application visible API. --- cpukit/score/src/corespinlock.c | 2 +- cpukit/score/src/corespinlockrelease.c | 2 +- cpukit/score/src/corespinlockwait.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/src') diff --git a/cpukit/score/src/corespinlock.c b/cpukit/score/src/corespinlock.c index bc7084e468..013178b501 100644 --- a/cpukit/score/src/corespinlock.c +++ b/cpukit/score/src/corespinlock.c @@ -20,7 +20,7 @@ #endif #include -#include +#include #include #include #include diff --git a/cpukit/score/src/corespinlockrelease.c b/cpukit/score/src/corespinlockrelease.c index bc085f2f01..b2c9b53021 100644 --- a/cpukit/score/src/corespinlockrelease.c +++ b/cpukit/score/src/corespinlockrelease.c @@ -19,7 +19,7 @@ #endif #include -#include +#include #include #include #include diff --git a/cpukit/score/src/corespinlockwait.c b/cpukit/score/src/corespinlockwait.c index 6e71a1fed6..56baad1abf 100644 --- a/cpukit/score/src/corespinlockwait.c +++ b/cpukit/score/src/corespinlockwait.c @@ -19,7 +19,7 @@ #endif #include -#include +#include #include #include #include -- cgit v1.2.3