NeKernel dev
Loading...
Searching...
No Matches
SCSI.h
Go to the documentation of this file.
1/* ========================================
2
3 Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
4
5======================================== */
6
7#pragma once
8
9#include <NeKit/Config.h>
10
13
14namespace Kernel {
15template <Int32 PacketBitLen>
16using scsi_packet_type = Kernel::UInt16[PacketBitLen];
17
19
21} // namespace Kernel
UPS inline definitions.
Definition Device.h:12
__UINT16_TYPE__ UInt16
Definition Config.h:40
const scsi_packet_type_12 kCDRomPacketTemplate
Kernel::UInt16[PacketBitLen] scsi_packet_type
Definition SCSI.h:16
scsi_packet_type< 12 > scsi_packet_type_12
Definition SCSI.h:18