summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-27 20:43:42 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-27 20:43:41 -0700
commitdf700e072eeb01b2cdbaa695207b5d33e5eb2ec8 (patch)
tree5db85f102af0f3895adaf491ad47d5c9b5547f4c /include/linux
parentdf9d7dccc898f25b91117d31acf4154990ead393 (diff)
parent090a6c0e900e8af944d296edf845d273e8387508 (diff)
Merge "esoc: add support for additonal physical link info"
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;
};