forked from Imagelibrary/rtems
Added comments.
This commit is contained in:
@@ -20,12 +20,19 @@
|
|||||||
* the file LICENSE in this distribution or at
|
* the file LICENSE in this distribution or at
|
||||||
* http://www.OARcorp.com/rtems/license.html.
|
* http://www.OARcorp.com/rtems/license.html.
|
||||||
*
|
*
|
||||||
* $Id:
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
|
|
||||||
|
/*PAGE
|
||||||
|
*
|
||||||
|
* set_vector
|
||||||
|
*
|
||||||
|
* This routine installs an interrupt handler for vector.
|
||||||
|
*/
|
||||||
|
|
||||||
rtems_isr_entry set_vector( /* returns old vector */
|
rtems_isr_entry set_vector( /* returns old vector */
|
||||||
rtems_isr_entry handler, /* isr routine */
|
rtems_isr_entry handler, /* isr routine */
|
||||||
rtems_vector_number vector, /* vector number */
|
rtems_vector_number vector, /* vector number */
|
||||||
|
|||||||
Reference in New Issue
Block a user