Port the SB128 code to AROS.
[AROS.git] / workbench / devs / AHI / Drivers / SB128 / interrupt.h
blob509b967c713d9bf377e1187bc8030c242eeaec41
1 /*
3 The contents of this file are subject to the AROS Public License Version 1.1 (the "License"); 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
6 Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
7 ANY KIND, either express or implied. See the License for the specific language governing rights and
8 limitations under the License.
10 The Original Code is (C) Copyright 2004-2011 Ross Vumbaca.
12 The Initial Developer of the Original Code is Ross Vumbaca.
14 All Rights Reserved.
18 #ifndef AHI_Drivers_SB128_interrupt_h
19 #define AHI_Drivers_SB128_interrupt_h
21 //#include <config.h>
23 #include "DriverData.h"
25 LONG
26 CardInterrupt( struct SB128_DATA* dd );
28 void
29 PlaybackInterrupt( struct SB128_DATA* dd );
31 void
32 RecordInterrupt( struct SB128_DATA* dd );
34 #endif /* AHI_Drivers_SB128_interrupt_h */