From 7f04cb18ff2a7eddb2621de443bd7eadb9606a91 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Jul 2013 09:10:38 +0200 Subject: score: Create mpci implementation header Move implementation specific parts of mpci.h into new header file mpciimpl.h. The mpci.h contains now only the application visible API. --- cpukit/score/src/threadmp.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpukit/score/src/threadmp.c') diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c index b33dad5284..1ab899b968 100644 --- a/cpukit/score/src/threadmp.c +++ b/cpukit/score/src/threadmp.c @@ -18,12 +18,9 @@ #include "config.h" #endif -#include -#include #include -#include +#include #include -#include void _Thread_MP_Handler_initialization ( uint32_t maximum_proxies -- cgit v1.2.3