Added comments.

This commit is contained in:
Joel Sherrill
1998-07-15 19:20:20 +00:00
parent 100a4e53fc
commit a69f0ad9ca

View File

@@ -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 */