Kernel: Put Raspberry Pi devices into RPi namespace

This makes it clear in the code that these drivers are specific for the
Raspberry Pi devices.
This commit is contained in:
Timon Kruiper
2022-05-29 11:12:17 +02:00
committed by Linus Groh
parent 77f24056e0
commit 63ee2781fb
Notes: sideshowbarker 2024-07-17 10:30:54 +09:00
16 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
#include <AK/Types.h>
namespace Kernel {
namespace Kernel::RPi {
class Framebuffer {
public: