RASCSI/src_old/raspberrypi/command_context.h

18 lines
349 B
C++

//---------------------------------------------------------------------------
//
// SCSI Target Emulator RaSCSI (*^..^*)
// for Raspberry Pi
//
// Copyright (C) 2021 Uwe Seimet
//
//---------------------------------------------------------------------------
#pragma once
#include <string>
struct CommandContext {
int fd;
std::string locale;
};