blob: bf33aee3748894f7e8f2a47399a6fd7912734574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -------------------------------------------
Copyright (C) 2024, Theater Quality Corp, 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};
|