From 6e90b5e08111cc1beda3cb0b311844990a90be03 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 17 Dec 2021 21:57:21 +0000 Subject: [PATCH 07/20] net/if_arp.h: add ARPHRD_MCTP from linux v5.15 see linux commit 4b2e69305cbbc7c32ecbd946110b505c4ff6071a mctp: Add initial driver infrastructure --- include/net/if_arp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/if_arp.h b/include/net/if_arp.h index 27becc83..56871e3b 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -53,6 +53,7 @@ struct arphdr { #define ARPHRD_X25 271 #define ARPHRD_HWX25 272 #define ARPHRD_CAN 280 +#define ARPHRD_MCTP 290 #define ARPHRD_PPP 512 #define ARPHRD_CISCO 513 #define ARPHRD_HDLC ARPHRD_CISCO -- 2.35.1