From b69c498953dc47900e6ccdd0f501727480836f23 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 18 Apr 2025 18:24:44 +0200 Subject: kernel, IMP: GfxKit: GraphicsKit. kernel, IMP: StorageKit: Remove usage of cleanup method on AHCI, DMA, and PIO. Signed-off-by: Amlal El Mahrouss --- dev/modules/CoreGfx/CoreWindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dev/modules') diff --git a/dev/modules/CoreGfx/CoreWindow.h b/dev/modules/CoreGfx/CoreWindow.h index f925eecd..b1581f65 100644 --- a/dev/modules/CoreGfx/CoreWindow.h +++ b/dev/modules/CoreGfx/CoreWindow.h @@ -1,3 +1,13 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +/// @note this file is experimental and not used yet. +/// @file CoreWindow.h +/// @brief Core window drawing functions. + #pragma once #include -- cgit v1.2.3