diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-19 09:10:33 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-19 09:10:32 -0700 |
| commit | cb08d85f02c9ba83c0006d5e41acaa2092c9a763 (patch) | |
| tree | 49b5849638e14c3469f839a7f1531d4f1c74a157 /include/linux | |
| parent | 333b2311aa9ad6910bbfa244f1c0a8e50a33b123 (diff) | |
| parent | 167d045c3d069afd80be58b394cea893bb54a2b5 (diff) | |
Merge "usb: gadget: f_qdss: Add support for mdm qdss channel"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/usb_qdss.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/usb/usb_qdss.h b/include/linux/usb/usb_qdss.h index e01e6781eb21..f2b8782528a8 100644 --- a/include/linux/usb/usb_qdss.h +++ b/include/linux/usb/usb_qdss.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012-2013, 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 @@ -15,6 +15,9 @@ #include <linux/kernel.h> +#define USB_QDSS_CH_MDM "qdss_mdm" +#define USB_QDSS_CH_MSM "qdss" + struct qdss_request { char *buf; int length; |
