diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-06-05 14:43:34 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2016-06-05 17:47:57 +0100 |
commit | 980f27fc193666278b2f7eb4f63ca77e08615a90 (patch) | |
tree | 6863eefafd5ca2b0776a508f132c7d3c460b5393 /include | |
parent | 604c6f95a51c23ab77cc08f8c60c296af64bc7fd (diff) |
Add CERTFP capability
Avoid sending CERTFP commands to servers which do not support this
by adding a CERTFP capability.
Diffstat (limited to 'include')
-rw-r--r-- | include/s_serv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index 57fa865..b2c5cb7 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -67,6 +67,7 @@ struct Capability #define CAP_DLN 0x00008000 /* Can do DLINE message */ #define CAP_UNDLN 0x00010000 /* Can do UNDLINE message */ #define CAP_CHW 0x00020000 /* Can do channel wall @# */ +#define CAP_CERTFP 0x00040000 /* supports CERTFP */ /* * Capability macros. |