Maemo patchset 20101501+0m5
[h-e-n] / drivers / misc / cmt-speech / cs-core.h
diff --git a/drivers/misc/cmt-speech/cs-core.h b/drivers/misc/cmt-speech/cs-core.h
new file mode 100644 (file)
index 0000000..61e6ff3
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ *  cs-core.h
+ *
+ * Part of the CMT speech driver.
+ *
+ * Copyright (C) 2008,2009 Nokia Corporation. All rights reserved.
+ *
+ * Contact: Kai Vehmanen <kai.vehmanen@nokia.com>
+ * Original author: Peter Ujfalusi <peter.ujfalusi@nokia.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ */
+
+
+#ifndef _CS_CORE_H
+#define _CS_CORE_H
+
+void cs_notify(u32 message);
+
+#define CS_VER_MAJOR      0
+#define CS_VER_MINOR      2
+#define CS_VER_EXTRA      0
+
+#endif /* _CS_CORE_H */