summaryrefslogtreecommitdiff
path: root/include/uapi/linux/mctp.h
blob: 2640a589c14c14f07f1cafa8afa1372b6f408ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */