// MIT License, Copyright (c) 2020 Marvin Borner #ifndef NET_H #define NET_H #define RTL8139_VENDOR_ID 0x10ec #define RTL8139_DEVICE_ID 0x8139 void net_install(); #endif