ladybird/Kernel/NetworkTask.h
Andreas Kling 35098cbde1 Kernel: Add a NetworkTask and a received network packet queue.
It will be easier to deal with incoming packets in a separate task.
2019-03-11 12:43:45 +01:00

3 lines
39 B
C

#pragma once
void NetworkTask_main();