mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
5 lines
112 B
C
5 lines
112 B
C
#pragma once
|
|
|
|
#include <Kernel/Net/NetworkAdapter.h>
|
|
|
|
NetworkAdapter* adapter_for_route_to(const IPv4Address&);
|