Renamed common header file

This commit is contained in:
Nav
2024-11-18 21:11:54 +00:00
parent a574fe3461
commit e207440cd9
7 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/RiscVGeneric.hpp"
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/Common.hpp"
namespace DebugToolDrivers::Protocols::RiscVDebugSpec::DebugModule::Registers
{

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/RiscVGeneric.hpp"
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/Common.hpp"
namespace DebugToolDrivers::Protocols::RiscVDebugSpec::DebugModule::Registers
{

View File

@@ -17,7 +17,7 @@
#include "src/Targets/RiscV/TargetDescriptionFile.hpp"
#include "src/Targets/RiscV/RiscVTargetConfig.hpp"
#include "RiscVGeneric.hpp"
#include "Common.hpp"
#include "Registers/CpuRegisterNumbers.hpp"
#include "Registers/DebugControlStatusRegister.hpp"

View File

@@ -3,7 +3,7 @@
#include <cstdint>
#include <string>
#include "RiscVGeneric.hpp"
#include "Common.hpp"
#include "DebugModule/DebugModule.hpp"
#include "DebugModule/Registers/RegisterAddresses.hpp"

View File

@@ -1,6 +1,6 @@
#pragma once
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/RiscVGeneric.hpp"
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/Common.hpp"
namespace DebugToolDrivers::Protocols::RiscVDebugSpec::Registers
{

View File

@@ -2,7 +2,7 @@
#include <cstdint>
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/RiscVGeneric.hpp"
#include "src/DebugToolDrivers/Protocols/RiscVDebugSpec/Common.hpp"
namespace DebugToolDrivers::Protocols::RiscVDebugSpec::Registers
{