1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

Kernel: Add AC97_DEBUG macro

This commit is contained in:
Jelle Raaijmakers 2021-11-27 13:46:43 +01:00 committed by Idan Horowitz
parent bb58f6ccab
commit 689ad0752c
3 changed files with 11 additions and 2 deletions

View file

@ -6,6 +6,10 @@
#pragma once
#ifndef AC97_DEBUG
#cmakedefine01 AC97_DEBUG
#endif
#ifndef ACPI_DEBUG
#cmakedefine01 ACPI_DEBUG
#endif