summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/Storage/SCSI+Generic.cpp
blob: 5aaa8713ecc1d37d624d36cc8f3dfd8e602f6e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
#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};