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, all rights reserved.
4
5------------------------------------------- */
6
7#pragma once
8
9#include <NeKit/Defines.h>
10
13
14namespace Kernel {
15template <int PacketBitLen>
16using scsi_packet_type = Kernel::UInt16[PacketBitLen];
18
20} // namespace Kernel
USER_PROCESS inline definitions.
Definition Qr.h:793
Kernel::UInt16[PacketBitLen] scsi_packet_type
Definition SCSI.h:16
const scsi_packet_type< 12 > kCDRomPacketTemplate
scsi_packet_type< 12 > scsi_packet_type_12
Definition SCSI.h:17
unsigned short UInt16
Definition Defines.h:40