* libcsupport/include/clockdrv.h: Add Clock_Exit prototype.
This commit is contained in:
Joel Sherrill
2008-08-19 12:42:10 +00:00
parent f3eaba9a0c
commit 639e1319ec
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-08-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/include/clockdrv.h: Add Clock_Exit prototype.
2008-08-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/inline/rtems/rtems/asr.inl,
+2
View File
@@ -46,6 +46,8 @@ rtems_device_driver Clock_control(
void *pargp
);
void Clock_exit(void);
#ifdef __cplusplus
}
#endif