diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-12 07:01:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-12 07:01:59 -0700 |
| commit | d3961332c7d740c7ee0101411c4ce0abad8bdb0f (patch) | |
| tree | 49699e8079e999ceadeb29e30886935af87aef9e /include/linux | |
| parent | f024a86a4ded3911920a61478cdc740c364681f2 (diff) | |
| parent | c5a8ac971f0eeeca758364af3e43608e14cb72d5 (diff) | |
Merge "diag: Add MSG SSID for DPM"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/diagchar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index e8dec33dfec1..0ae23ddbc528 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -193,7 +193,7 @@ the appropriate macros. */ #define MSG_SSID_22 10350 #define MSG_SSID_22_LAST 10377 #define MSG_SSID_23 10400 -#define MSG_SSID_23_LAST 10415 +#define MSG_SSID_23_LAST 10416 #define MSG_SSID_24 0xC000 #define MSG_SSID_24_LAST 0xC063 @@ -851,6 +851,7 @@ static const uint32_t msg_bld_masks_23[] = { MSG_LVL_LOW, MSG_LVL_LOW, MSG_LVL_LOW, + MSG_LVL_LOW, MSG_LVL_LOW }; |
