2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
	BSP_connect_clock_handler.
This commit is contained in:
Ralf Corsepius
2010-06-02 03:34:37 +00:00
parent 042a44210a
commit 8502b165b8
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler,
BSP_connect_clock_handler.
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* irq/irq.h, startup/iss555.c, startup/tm27supp.c: Remove warnings.
@@ -75,6 +75,11 @@ typedef struct cpld_ {
extern volatile cpld_t cpld; /* defined in linkcmds */
/* clock/p_clock.c */
extern int BSP_disconnect_clock_handler (void);
extern int BSP_connect_clock_handler (rtems_irq_hdl hdl);
#ifdef __cplusplus
}
#endif