grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / devs / AHI / Drivers / VIA-AC97 / interrupt.h
bloba79639c5b59badf3e2eeab1aea8f47e0e942bcdf
1 /*
2 Copyright © 2005-2013, Davy Wentzler. All rights reserved.
3 Copyright © 2010-2013, The AROS Development Team. All rights reserved.
4 $Id$
5 */
7 #ifndef AHI_Drivers_VIAAC97_interrupt_h
8 #define AHI_Drivers_VIAAC97_interrupt_h
10 #include <config.h>
12 #include "DriverData.h"
14 #ifdef __AMIGAOS4__
15 ULONG CardInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd);
17 void PlaybackInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd);
19 void RecordInterrupt(struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd);
20 #else
22 LONG CardInterrupt(struct CardData* card);
24 void PlaybackInterrupt(struct CardData* card);
26 void RecordInterrupt(struct CardData* card);
28 #endif
30 #endif /* AHI_Drivers_VIAAC97_interrupt_h */