diff options
Diffstat (limited to 'inc/utils.h')
-rw-r--r-- | inc/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/utils.h b/inc/utils.h index 71e515b..aa8831b 100644 --- a/inc/utils.h +++ b/inc/utils.h @@ -20,4 +20,6 @@ void get_bit_fields(int address, int *tag, int *index, int *offset); */ const std::string string_format(const char *const zcFormat, ...); +int wrap_address(int address); + #endif /* UTILS_H_INCLUDED */ |