2018-05-03 13:47:57 +00:00
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
//
|
2022-08-26 01:01:39 +00:00
|
|
|
// SCSI Target Emulator RaSCSI Reloaded
|
2018-05-03 13:47:57 +00:00
|
|
|
// for Raspberry Pi
|
|
|
|
//
|
|
|
|
// Powered by XM6 TypeG Technology.
|
2020-07-04 14:57:44 +00:00
|
|
|
// Copyright (C) 2016-2020 GIMONS
|
2021-02-07 19:00:48 +00:00
|
|
|
// Copyright (C) 2020 akuker
|
2018-05-03 13:47:57 +00:00
|
|
|
//
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
|
2022-09-25 21:49:24 +00:00
|
|
|
#pragma once
|
2018-05-03 13:47:57 +00:00
|
|
|
|
2022-09-25 21:49:24 +00:00
|
|
|
#include <cstdint>
|
2022-09-07 14:38:42 +00:00
|
|
|
|
|
|
|
using BYTE = unsigned char;
|
|
|
|
using DWORD = uint32_t;
|