forked from Imagelibrary/rtems
2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-generic.h, src/irq-generic.c: Documentation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* include/irq-generic.h, src/irq-generic.c: Documentation.
|
||||
|
||||
2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* bootcard.c, bspgetworkarea.c, include/bootcard.h: Switch from ssize_t
|
||||
|
||||
@@ -146,6 +146,14 @@ static inline bool bsp_interrupt_is_valid_vector( rtems_vector_number vector)
|
||||
*/
|
||||
void bsp_interrupt_handler_default( rtems_vector_number vector);
|
||||
|
||||
/**
|
||||
* @brief Initialize BSP interrupt support.
|
||||
*
|
||||
* You must call this function before you can install, remove and dispatch
|
||||
* interrupt handlers. The BSP specific bsp_interrupt_facility_initialize()
|
||||
* function will be called after all internals are initialized. Initialization
|
||||
* is complete if everything was successful.
|
||||
*/
|
||||
rtems_status_code bsp_interrupt_initialize( void);
|
||||
|
||||
/**
|
||||
|
||||
@@ -183,14 +183,6 @@ static rtems_status_code bsp_interrupt_unlock( void)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Initialize BSP interrupt support.
|
||||
*
|
||||
* You must call this function before you can install, remove and dispatch
|
||||
* interrupt handlers. The BSP specific bsp_interrupt_facility_initialize()
|
||||
* function will be called after all internals are initialized. Initialization
|
||||
* is complete if everything was successful.
|
||||
*/
|
||||
rtems_status_code bsp_interrupt_initialize( void)
|
||||
{
|
||||
rtems_status_code sc = RTEMS_SUCCESSFUL;
|
||||
|
||||
Reference in New Issue
Block a user