summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/ARM64/Storage/SCSI+Generic.cc
blob: 0200ec5a74b3074c06b72f546e7c1f6bd38482e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* ========================================

  Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.

======================================== */

#include <modules/SCSI/SCSI.h>

using namespace Kernel;

///! @brief ATAPI SCSI packet.
const ATTRIBUTE(unused) scsi_packet_type_12 kCDRomPacketTemplate = {0x43, 0,  1,    0, 0, 0,
                                                                    0,    12, 0x40, 0, 0};