2 * Copyright 2005-2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef STRACE_MEMORY_READER_H
6 #define STRACE_MEMORY_READER_H
17 status_t
Init(port_id nubPort
);
19 status_t
Read(void *address
, void *buffer
, int32 size
,
23 status_t
_Read(void *address
, void *buffer
, int32 size
,
32 #endif // STRACE_MEMORY_READER_H