summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 12:42:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 12:42:10 +0000
commit639e1319ec03c973de6c601f2bf5a013ae1cce92 (patch)
treea21b4e22b65712044989f5fb6f019e082990267a /cpukit/libcsupport/include
parent2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-639e1319ec03c973de6c601f2bf5a013ae1cce92.tar.bz2
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/clockdrv.h: Add Clock_Exit prototype.
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/clockdrv.h2
1 files changed, 2 insertions, 0 deletions
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