Kernel: Move devices into Kernel/Devices/.

This commit is contained in:
Andreas Kling 2019-04-03 12:36:40 +02:00
commit ab43658c55
Notes: sideshowbarker 2024-07-19 14:50:43 +09:00
42 changed files with 53 additions and 54 deletions

View file

@ -0,0 +1,5 @@
#include <Kernel/Devices/CharacterDevice.h>
CharacterDevice::~CharacterDevice()
{
}