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