From 639e1319ec03c973de6c601f2bf5a013ae1cce92 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Aug 2008 12:42:10 +0000 Subject: [PATCH] 2008-08-19 Sebastian Huber * libcsupport/include/clockdrv.h: Add Clock_Exit prototype. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/include/clockdrv.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 11d72c461b..151760713c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-08-19 Sebastian Huber + + * libcsupport/include/clockdrv.h: Add Clock_Exit prototype. + 2008-08-19 Ralf Corsepius * rtems/inline/rtems/rtems/asr.inl, diff --git a/cpukit/libcsupport/include/clockdrv.h b/cpukit/libcsupport/include/clockdrv.h index 7882f6c453..685b33aad5 100644 --- a/cpukit/libcsupport/include/clockdrv.h +++ b/cpukit/libcsupport/include/clockdrv.h @@ -46,6 +46,8 @@ rtems_device_driver Clock_control( void *pargp ); +void Clock_exit(void); + #ifdef __cplusplus } #endif