2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Remove unnecessary boilerplate comments.
This commit is contained in:
Joel Sherrill
2008-09-18 17:42:45 +00:00
parent 89fc9341b7
commit ccceaf3e52
78 changed files with 166 additions and 672 deletions

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Add start symbol to eliminate warning.

View File

@@ -79,19 +79,7 @@ extern int CLOCK_SPEED;
extern int end; /* last address in the program */
/*
* Device Driver Table Entries
*/
/*
* NOTE: Use the standard Console driver entry
*/
/*
* NOTE: Use the standard Clock driver entry
*/
/* miscellaneous stuff assumed to exist */
/* functions */
rtems_isr_entry set_vector( /* returns old vector */
rtems_isr_entry handler, /* isr routine */