Changeset eebecd0 in rtems for bsps/arm/rtl22xx/irq/irq.c


Ignore:
Timestamp:
06/28/21 07:36:29 (2 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
deb5afb
Parents:
9832652c
git-author:
Sebastian Huber <sebastian.huber@…> (06/28/21 07:36:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/26/21 15:08:42)
Message:

bsps/irq: Add rtems_interrupt_get_attributes()

Add a default implementation which clears the attributes to zero and
just returns RTEMS_SUCCESSFUL for valid parameters.

Update #3269.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/arm/rtl22xx/irq/irq.c

    r9832652c reebecd0  
    2525
    2626  VICVectAddr = 0;
     27}
     28
     29rtems_status_code bsp_interrupt_get_attributes(
     30  rtems_vector_number         vector,
     31  rtems_interrupt_attributes *attributes
     32)
     33{
     34  return RTEMS_SUCCESSFUL;
    2735}
    2836
Note: See TracChangeset for help on using the changeset viewer.