[Cbe-oss-dev] [PATCH] libspe2: add spe_callback_handler_update to libspe.h

Brian Watt bwatt at austin.rr.com
Thu May 31 14:08:25 EST 2007


The following patch corrects a minor problem in the
libspe.h file in the libspe2 directory by adding
the declaration of spe_callback_handler_update
to removed a compilation warning.

Signed-off-by: Brian Watt <bwatt at austin.rr.com>

===================================================================
Index: libspe2/libspe2.h
===================================================================
--- libspe2/libspe2.h    (revision 45)
+++ libspe2/libspe2.h    (working copy)
@@ -199,6 +199,10 @@
  */
 void * spe_callback_handler_query(unsigned int callnum);
 
+/*
+ * spe_callback_handler_update
+ */
+int spe_callback_handler_update(void *handler, unsigned int callnum);
 
 /*
  * spe_info_get




More information about the cbe-oss-dev mailing list