Importing CMI8738-20072011
[AROS.git] / workbench / devs / AHI / Drivers / CMI8738 / interrupt.h
bloba1cb3aaf693183cbb9ddd247a78edd49f3d52795
1 /*
2 The contents of this file are subject to the AROS Public License Version 1.1 (the "License");
3 you may not use this file except in compliance with the License. You may obtain a copy of the License at
4 http://www.aros.org/license.html
5 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
6 ANY KIND, either express or implied. See the License for the specific language governing rights and
7 limitations under the License.
9 The Original Code is written by Davy Wentzler.
12 #ifndef AHI_Drivers_interrupt_h
13 #define AHI_Drivers_interrupt_h
15 #include <config.h>
17 #include "DriverData.h"
19 LONG
20 CardInterrupt( struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd );
22 void
23 PlaybackInterrupt( struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd );
25 void
26 RecordInterrupt( struct ExceptionContext *pContext, struct ExecBase *SysBase, struct CardData* dd );
28 #endif /* AHI_Drivers_interrupt_h */