/* Copyright (C) 2014-2015 Ben Kurtovic Released under the terms of the MIT License. See LICENSE for details. */ #pragma once #include /* Functions */ uint8_t bcd_decode(uint8_t); uint64_t get_time_ns(); const char* region_code_to_string(uint8_t); uint8_t region_string_to_code(const char*);