diff options
author | Jeremy Kerr <jk@codeconstruct.com.au> | 2021-07-29 04:20:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-29 16:06:49 +0200 |
commit | 2c8e2e9aec7927b387540a88351b8405ee82b34a (patch) | |
tree | 19a77b61e08c9fd19e4e654096f6243ea6b5c8fd /MAINTAINERS | |
parent | mctp: Add base socket/protocol definitions (diff) | |
download | linux-2c8e2e9aec7927b387540a88351b8405ee82b34a.tar.xz linux-2c8e2e9aec7927b387540a88351b8405ee82b34a.zip |
mctp: Add base packet definitions
Simple packet header format as defined by DMTF DSP0236.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 22a1ff9afd9d..770b986d10f0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11037,6 +11037,7 @@ M: Jeremy Kerr <jk@codeconstruct.com.au> M: Matt Johnston <matt@codeconstruct.com.au> L: netdev@vger.kernel.org S: Maintained +F: include/net/mctp.h F: net/mctp/ MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |