pub const CLOCK_SIZE: usize = 4096;Expand description
The size of the memory region used by the memory mapped clock. While in theory this size could change in future Fuchsia releases, in practice it is likely never going to. So we expose it as a constant.