serenity/Kernel/Arch/x86_64/I8042Reboot.h
2022-12-28 11:53:41 +01:00

14 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();
}