#ifndef __UAPI_MCTP_H
#define __UAPI_MCTP_H
#include <linux/types.h>
#include <linux/socket.h>
#include <linux/netdevice.h>
mctp_eid_t;
struct mctp_addr { … };
struct sockaddr_mctp { … };
struct sockaddr_mctp_ext { … };
#define MCTP_NET_ANY …
#define MCTP_ADDR_NULL …
#define MCTP_ADDR_ANY …
#define MCTP_TAG_MASK …
#define MCTP_TAG_OWNER …
#define MCTP_TAG_PREALLOC …
#define MCTP_OPT_ADDR_EXT …
#define SIOCMCTPALLOCTAG …
#define SIOCMCTPDROPTAG …
#define SIOCMCTPALLOCTAG2 …
#define SIOCMCTPDROPTAG2 …
struct mctp_ioc_tag_ctl { … };
struct mctp_ioc_tag_ctl2 { … };
#endif