linux-stable/include/uapi/linux/mctp.h

16 lines
289 B
C

/* 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 */