summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>2017-03-14 16:51:50 -0700
committerSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>2017-03-24 13:22:26 -0700
commit090a6c0e900e8af944d296edf845d273e8387508 (patch)
treeeb2df0a1ce2df1a9bb690ff879539f15009d6ad3 /include/linux
parent27489753bffb6dcf909a49e4e32a2c974675824a (diff)
esoc: add support for additonal physical link info
Some of the device configurations support multiple external SOCs. To differentiate physical links, add support for additonal info about the physical link. CRs-Fixed: 2024578 Change-Id: If71bf23d798f8bf0b6594a686415fe9b806e4226 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/esoc_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/esoc_client.h b/include/linux/esoc_client.h
index 43c03389ecac..8d13c88eda81 100644
--- a/include/linux/esoc_client.h
+++ b/include/linux/esoc_client.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014, 2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -24,6 +24,7 @@
struct esoc_desc {
const char *name;
const char *link;
+ const char *link_info;
void *priv;
};