1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 18:15:07 +00:00
serenity/Kernel/Net/Intel
Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 00:51:36 -07:00
..
E1000ENetworkAdapter.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
E1000ENetworkAdapter.h Kernel/Net: Move Intel network adapters code to a separate directory 2021-12-28 00:56:47 -08:00
E1000NetworkAdapter.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
E1000NetworkAdapter.h Kernel/E1000: Bump RX/TX buffer count to 256/256 2022-02-11 12:45:38 +01:00