summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/src/Storage/SCSIDeviceInterface.cc
blob: 40c2105b2a36cebc1e794a76bddafa426829b55e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -------------------------------------------

	Copyright (C) 2024, t& Labs, all rights reserved.

------------------------------------------- */

#include <StorageKit/SCSI.h>

///! @brief ATAPI SCSI packet.
const scsi_packet_type<12> kCDRomPacketTemplate = {0x43, 0, 1, 0, 0, 0,
												   0, 12, 0x40, 0, 0};