basic: Add our own net/if_arp.h header

To avoid conflicts with <linux/if_arp.h>.
This commit is contained in:
Daan De Meyer
2025-04-30 21:11:07 +02:00
parent 792a8bfb8a
commit d30d1ed00a

View File

@@ -0,0 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include <linux/if_arp.h>