summaryrefslogtreecommitdiff
path: root/va/va_internal.h
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-06-19 19:09:04 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2017-09-27 12:48:16 +0800
commit0190b72c557450d4b82c8dc26a5ebaac3df904ec (patch)
treea1a4cc9dbecaa72f44d58ff389f54a4ab630dad0 /va/va_internal.h
parent1a6998c0f4ec0aba4b0fc4fb80a8017df8a40a95 (diff)
downloadlibva-0190b72c557450d4b82c8dc26a5ebaac3df904ec.tar.gz
Move declarations for internal functions to new header
The new header is internal-only and will not be installed. Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'va/va_internal.h')
-rw-r--r--va/va_internal.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/va/va_internal.h b/va/va_internal.h
new file mode 100644
index 0000000..4d60368
--- /dev/null
+++ b/va/va_internal.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 2017 Intel Corporation. All Rights Reserved.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sub license, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice (including the
+ * next paragraph) shall be included in all copies or substantial portions
+ * of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+ * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
+ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ */
+
+#ifndef VA_INTERNAL_H
+#define VA_INTERNAL_H
+
+void va_errorMessage(const char *msg, ...);
+void va_infoMessage(const char *msg, ...);
+
+int va_parseConfig(char *env, char *env_value);
+
+#endif /* VA_INTERNAL_H */