omap3530/beagle_drivers/wb/api/include/cyas_cplus_end.h
changeset 27 117faf51deac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omap3530/beagle_drivers/wb/api/include/cyas_cplus_end.h	Wed Mar 03 13:10:32 2010 +0000
@@ -0,0 +1,10 @@
+/*
+ * This file is included at the end of other include files.  It basically turns off
+ * the C++ specific code words that insure this code is seen as C code even within
+ * a C++ compiler.
+ *
+ */
+
+#ifdef __cplusplus
+}
+#endif