mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 03:58:12 +00:00
13 lines
165 B
C++
13 lines
165 B
C++
/*
|
|
* Copyright (c) 2022, Liav A. <liavalb@hotmail.co.il>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace Kernel {
|
|
|
|
void i8042_reboot();
|
|
|
|
}
|