mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:15:07 +00:00

This commits inserts TODOs into all necessary places to make the kernel compile on riscv64!
10 lines
170 B
C
10 lines
170 B
C
/*
|
|
* Copyright (c) 2023, Sönke Holz <sholz8530@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <AK/Platform.h>
|
|
VALIDATE_IS_RISCV64()
|