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_CMI8738_interrupt_h
13 #define AHI_Drivers_CMI8738_interrupt_h
17 #include "DriverData.h"
20 CardInterrupt( struct CMI8738_DATA
* dd
);
23 PlaybackInterrupt( struct CMI8738_DATA
* dd
);
26 RecordInterrupt( struct CMI8738_DATA
* dd
);
28 #endif /* AHI_Drivers_CMI8738_interrupt_h */