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 | d743af4b5df01e3a75725912bee1d00b8fe573dd (patch) | |
tree | 4de529c2e8a762503b99db77efc73cdc98104bb0 /inc/utils.h | |
parent | 97173af3651138db50cc42df25b474af2b6ece43 (diff) | |
parent | 92e8c2583695a3bf652e0e8dedb79e7a99922f5f (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 */ |