Changeset 327b0020 in rtems
- Timestamp:
- 10/26/07 15:49:59 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 78dabb69
- Parents:
- 933f7435
- Location:
- c/src/lib/libbsp/powerpc/gen5200
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/gen5200/ChangeLog
r933f7435 r327b0020 1 2007-10-26 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * irq/irq.h: Fixed typos. 4 1 5 2007-09-21 Joel Sherrill <joel.sherrill@OARcorp.com> 2 6 -
c/src/lib/libbsp/powerpc/gen5200/irq/irq.h
r933f7435 r327b0020 324 324 int BSP_irq_enable_at_siu(const rtems_irq_symbolic_name irqLine); 325 325 /* 326 * function to ackno ledge a particular irq. After calling326 * function to acknowledge a particular irq. After calling 327 327 * this function, if a device asserts an enabled interrupt line it will 328 * be propagated further to the processor. Mainly useful lfor people329 * writ ting raw handlers as this is automagically done for rtems managed328 * be propagated further to the processor. Mainly useful for people 329 * writing raw handlers as this is automagically done for rtems managed 330 330 * handlers. 331 331 */ 332 332 int BSP_irq_ack_at_siu(const rtems_irq_symbolic_name irqLine); 333 333 /* 334 * function to check if a particular irq is enabled. After calling334 * function to check ifl d a particular irq is enabled. After calling 335 335 */ 336 336 int BSP_irq_enabled_at_siu(const rtems_irq_symbolic_name irqLine);
Note: See TracChangeset
for help on using the changeset viewer.