summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-04-24 13:54:57 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-24 13:54:57 -0700
commit337cf1ad837227c853e174221c06e3bebe2f624f (patch)
tree1e2433923e494506fd95f00a22e80061d99f97e9 /arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h
parent22b197acb1742c52ad31691270714d8e6074133e (diff)
parent8e01a4bfb5171cfd7f19f1b014ac60c0fcf7295b (diff)
downloadandroid_external_sonivox-337cf1ad837227c853e174221c06e3bebe2f624f.tar.gz
android_external_sonivox-337cf1ad837227c853e174221c06e3bebe2f624f.tar.bz2
android_external_sonivox-337cf1ad837227c853e174221c06e3bebe2f624f.zip
Merge commit 'korg/donut'
Diffstat (limited to 'arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h')
-rwxr-xr-xarm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h b/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h
new file mode 100755
index 0000000..0c0a89d
--- /dev/null
+++ b/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLib.h
@@ -0,0 +1,31 @@
+/*
+ * EASLib.h
+ * EASLIb
+ *
+ * Copyright (C) 2008 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+#include "eas_types.h"
+
+extern EAS_RESULT EAS_LibInit (EAS_DATA_HANDLE *pHandle)
+{
+ return EAS_Init(pEASData);
+}
+
+EAS_EXPORT EAS_LibShutdown (EAS_DATA_HANDLE handle)
+{
+ EAS_Shutdown(handle);
+}