diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-27 20:43:42 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-27 20:43:41 -0700 |
| commit | df700e072eeb01b2cdbaa695207b5d33e5eb2ec8 (patch) | |
| tree | 5db85f102af0f3895adaf491ad47d5c9b5547f4c /include/linux | |
| parent | df9d7dccc898f25b91117d31acf4154990ead393 (diff) | |
| parent | 090a6c0e900e8af944d296edf845d273e8387508 (diff) | |
Merge "esoc: add support for additonal physical link info"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/esoc_client.h | 3 |
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; }; |
