Ignore:
Timestamp:
11/03/15 10:44:11 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
811885cb
Parents:
ac84d42e
git-author:
Sebastian Huber <sebastian.huber@…> (11/03/15 10:44:11)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/20/16 09:15:56)
Message:

bsp/irq-server: Support shared interrupts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shared/src/irq-generic.c

    rac84d42e rd9bd59da  
    154154}
    155155
    156 static void bsp_interrupt_lock(void)
     156void bsp_interrupt_lock(void)
    157157{
    158158  if (_System_state_Is_up(_System_state_Get())) {
     
    161161}
    162162
    163 static void bsp_interrupt_unlock(void)
     163void bsp_interrupt_unlock(void)
    164164{
    165165  if (_System_state_Is_up(_System_state_Get())) {
Note: See TracChangeset for help on using the changeset viewer.