Kernel: Move Random.{h,cpp} code to Security subdirectory

This commit is contained in:
Liav A 2023-02-24 19:49:37 +02:00 committed by Jelle Raaijmakers
commit 490856453d
Notes: sideshowbarker 2024-07-17 23:07:41 +09:00
36 changed files with 35 additions and 35 deletions

View file

@ -6,8 +6,8 @@
#include <Kernel/Devices/DeviceManagement.h>
#include <Kernel/Devices/Generic/RandomDevice.h>
#include <Kernel/Random.h>
#include <Kernel/Sections.h>
#include <Kernel/Security/Random.h>
namespace Kernel {