1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:47:34 +00:00

Kernel: Move VMWareBackdoor to new directory in the Firmware directory

This commit is contained in:
Liav A 2022-04-15 08:09:58 +03:00 committed by Linus Groh
parent 020bc0e218
commit 02566d8091
6 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
#include <Kernel/Debug.h>
#include <Kernel/Devices/DeviceManagement.h>
#include <Kernel/Devices/HID/PS2MouseDevice.h>
#include <Kernel/Devices/VMWareBackdoor.h>
#include <Kernel/Firmware/Hypervisor/VMWareBackdoor.h>
#include <Kernel/Sections.h>
namespace Kernel {