mctp: Add MCTP base
Add basic Kconfig, an initial (empty) af_mctp source object, and
{AF,PF}_MCTP definitions, and the required definitions for a new
protocol type.
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
658e6b1612
commit
bc49d8169a
12 changed files with 66 additions and 3 deletions
15
include/uapi/linux/mctp.h
Normal file
15
include/uapi/linux/mctp.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||||
/*
|
||||
* Management Component Transport Protocol (MCTP)
|
||||
*
|
||||
* Copyright (c) 2021 Code Construct
|
||||
* Copyright (c) 2021 Google
|
||||
*/
|
||||
|
||||
#ifndef __UAPI_MCTP_H
|
||||
#define __UAPI_MCTP_H
|
||||
|
||||
struct sockaddr_mctp {
|
||||
};
|
||||
|
||||
#endif /* __UAPI_MCTP_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue