mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Kernel: Remove Prekernel namespace in the aarch64 Kernel
Now that we merged all the Prekernel files into the Kernel files, we can get rid of the Prekernel namespace as well.
This commit is contained in:
parent
c96a3f0c48
commit
1f3977b303
23 changed files with 55 additions and 57 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Prekernel {
|
||||
namespace Kernel {
|
||||
|
||||
// Quick parser for .ppm image format (raw PortablePixMap)
|
||||
// This is much simpler version than userland implementation in PPMLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue