mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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:
committed by
Linus Groh
parent
77f24056e0
commit
63ee2781fb
Notes:
sideshowbarker
2024-07-17 10:30:54 +09:00
Author: https://github.com/FireFox317 Commit: https://github.com/SerenityOS/serenity/commit/63ee2781fb Pull-request: https://github.com/SerenityOS/serenity/pull/14146 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/nico ✅
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace Kernel::RPi {
|
||||
|
||||
class Framebuffer {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user