From 9784f940cf71aef91ccbeb1a11651a83a3eff213 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Jun 2024 14:33:40 +0200 Subject: IMP: UIAccessibilty class, work in progress Core CoreGraphics (GPU/FB SDK). REFACTOR: Moved Builtins to Modules/ Signed-off-by: Amlal El Mahrouss --- Kernel/Modules/SCSI/.gitkeep | 0 Kernel/Modules/SCSI/SCSI.hxx | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 Kernel/Modules/SCSI/.gitkeep create mode 100644 Kernel/Modules/SCSI/SCSI.hxx (limited to 'Kernel/Modules/SCSI') diff --git a/Kernel/Modules/SCSI/.gitkeep b/Kernel/Modules/SCSI/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/Kernel/Modules/SCSI/SCSI.hxx b/Kernel/Modules/SCSI/SCSI.hxx new file mode 100644 index 00000000..a0feb649 --- /dev/null +++ b/Kernel/Modules/SCSI/SCSI.hxx @@ -0,0 +1,14 @@ +/* ------------------------------------------- + + Copyright Zeta Electronics Corporation + +------------------------------------------- */ + +#pragma once + +#include + +/// @file SCSI.hxx +/// @brief Serial SCSI driver. + +typedef NewOS::UInt16 scsi_packet_type[12]; -- cgit v1.2.3