summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h
diff options
context:
space:
mode:
authorOctasic Inc <support@octasic.com>2007-07-11 17:37:40 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:07:47 +0200
commit433987eb1e7f7efdb55c2d6fc50f29d73c83aed0 (patch)
tree07683526a1ffec1d9a3894f390d830f7005df5c2 /software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h
parent4699bfa835bd32c8c3e307968a52c474734b23bc (diff)
importing OCT612x-01.00-PR48
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h b/software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h
index 8095825..019d7d1 100644
--- a/software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h
+++ b/software/octdeviceapi/oct6100api/oct6100_interrupts_priv.h
@@ -2,7 +2,7 @@
File: oct6100_interrupts_priv.h
- Copyright (c) 2001-2006 Octasic Inc.
+ Copyright (c) 2001-2007 Octasic Inc.
Description:
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.00-PR47 $
+$Octasic_Release: OCT612xAPI-01.00-PR48 $
-$Octasic_Revision: 10 $
+$Octasic_Revision: 11 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -116,6 +116,9 @@ UINT32 Oct6100InterruptConfigureSer(
IN tPOCT6100_INTERRUPT_CONFIGURE f_pIntrptConfig,
IN BOOL f_fCheckParams );
+UINT32 Oct6100ApiClearEnabledInterrupts(
+ IN tPOCT6100_INSTANCE_API f_pApiInstance );
+
UINT32 Oct6100InterruptServiceRoutineSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
OUT tPOCT6100_INTERRUPT_FLAGS f_pIntFlags );