From 75f9922f6d3c1e5bbbe7b90ca170392cc0f5efbc Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sun, 21 Oct 2018 16:23:23 +0300 Subject: Refactor io utils, add *-address-rw tools Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed. --- src/cli/proc-region-rw.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/cli/proc-region-rw.h (limited to 'src/cli/proc-region-rw.h') diff --git a/src/cli/proc-region-rw.h b/src/cli/proc-region-rw.h deleted file mode 100644 index 7ebae67..0000000 --- a/src/cli/proc-region-rw.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include -#include // pid_t - -struct io; - -int -proc_region_rw(int argc, const char *argv[], bool (*io_init)(struct io*, const pid_t)); -- cgit v1.2.3