From 07f20cb14b6f5049890df2ad0b1cd98923ead181 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 19 Aug 2008 12:07:39 +0000 Subject: [PATCH] =?UTF-8?q?2008-08-19=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/cpu.h: Add missing prototype. --- cpukit/score/cpu/sh/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index 559a2ebe6e..97d1729387 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/ChangeLog @@ -1,3 +1,7 @@ +2008-08-19 Ralf Corsépius + + * rtems/score/cpu.h: Add missing prototype. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.