mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
Kernel+LibC: Share definitions for net/{if,if_arp,route}.h
This commit is contained in:
parent
ff50122dc5
commit
661bd992b0
8 changed files with 133 additions and 121 deletions
9
Userland/Libraries/LibC/net/if_arp.h
Normal file
9
Userland/Libraries/LibC/net/if_arp.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2018-2021, Andreas Kling <kling@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/API/POSIX/net/if_arp.h>
|
Loading…
Add table
Add a link
Reference in a new issue