RASCSI/cpp/scsisim/scsisim_defs.h

19 lines
461 B
C
Raw Permalink Normal View History

2023-01-29 03:52:13 +00:00
//---------------------------------------------------------------------------
//
// SCSI Target Emulator PiSCSI for Raspberry Pi
//
// Copyright (C) 2023 akuker
//
// [ SCSI Bus Emulator Common Definitions]
//
//---------------------------------------------------------------------------
#pragma once
#include <string>
using namespace std;
const string SHARED_MEM_MUTEX_NAME = "/piscsi-sem-mutex";
const string SHARED_MEM_NAME = "/piscsi-shared-mem";