summaryrefslogtreecommitdiff
path: root/src/adsp_def_symbols.lst
diff options
context:
space:
mode:
authorAnthony Stange <stange@google.com>2019-11-15 00:32:38 -0500
committerAnthony Stange <stange@google.com>2019-11-15 06:27:37 +0000
commitd6d6e3bba244e40e6043bd687f4cacf090a767b5 (patch)
treea1dda0b33986404edd6c17685c91df8cbd94d57f /src/adsp_def_symbols.lst
parentb01fa3f23affa99a4c5207f9081d1d7c13965f4d (diff)
downloadfastrpc-d6d6e3bba244e40e6043bd687f4cacf090a767b5.tar.gz
Import fastrpc code from upstream
Imports latest fastrpc code from upstream-master branch. This import is based off of c2d1cdc0fb781ee673077c5d4b243eb239c73bb5 from here - https://android.googlesource.com/platform/external/fastrpc/+/refs/heads/upstream-master Bug: 144318980 Test: N/A
Diffstat (limited to 'src/adsp_def_symbols.lst')
-rw-r--r--src/adsp_def_symbols.lst33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/adsp_def_symbols.lst b/src/adsp_def_symbols.lst
new file mode 100644
index 0000000..f998107
--- /dev/null
+++ b/src/adsp_def_symbols.lst
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 2019, The Linux Foundation. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above
+ * copyright notice, this list of conditions and the following
+ * disclaimer in the documentation and/or other materials provided
+ * with the distribution.
+ * * Neither the name of The Linux Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+ADSPRPC {
+ global:
+ adsp_default_listener_start;
+ local: *;
+};