Ignore:
Timestamp:
Feb 10, 2017, 2:50:49 AM (9 years ago)
Author:
David Azarewicz
Message:

Build system cleanup

File:
1 moved

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/drv32/irq.c

    r587 r588  
    4646};
    4747
    48 extern "C" DBGINT DbgInt;
     48extern DBGINT DbgInt;
    4949
    5050//******************************************************************************
     
    8080    return TRUE;
    8181}
    82 //******************************************************************************
     82
    8383//******************************************************************************
    8484BOOL ALSA_FreeIrq(ULONG ulIrq)
     
    8686    return (DevIRQClear((WORD16)ulIrq) == 0);
    8787}
     88
    8889//******************************************************************************
    89 //******************************************************************************
    90 ULONG ALSA_Interrupt(ULONG ulSlotNo);
    9190#pragma aux ALSA_Interrupt "ALSA_Interrupt" parm [ebx]
    9291ULONG ALSA_Interrupt(ULONG ulSlotNo)
     
    113112   return FALSE;
    114113}
    115 //******************************************************************************
    116 //******************************************************************************
     114
Note: See TracChangeset for help on using the changeset viewer.