diff options
author | bd <bdunahu@operationnull.com> | 2025-03-11 17:24:37 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-11 17:24:37 -0400 |
commit | 282aff5a3d1b6f9678453dfa3e216849d5b1d954 (patch) | |
tree | 4de529c2e8a762503b99db77efc73cdc98104bb0 /inc/utils.h | |
parent | def2338f8156281e776ec5d60769c3e64b88e65d (diff) | |
parent | f208e63ce553c6144a672cd35da23425fa7f86d1 (diff) |
Merge remote-tracking branch 'origin/master' into bdunahu
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 */ |