Separated TargetMemoryAddressRange from TargetMemory.hpp

This commit is contained in:
Nav
2025-01-28 00:14:04 +00:00
parent 333c927454
commit 91db0eb6e8
34 changed files with 196 additions and 102 deletions

View File

@@ -19,6 +19,7 @@
#include "src/Targets/TargetPadDescriptor.hpp"
#include "src/Targets/TargetGpioPadState.hpp"
#include "src/Targets/TargetMemory.hpp"
#include "src/Targets/TargetMemoryAddressRange.hpp"
#include "src/Targets/TargetBreakpoint.hpp"
#include "src/Targets/PassthroughCommand.hpp"
#include "src/Targets/PassthroughResponse.hpp"