Type Alias ResourceSize

Source
pub type ResourceSize = phys_addr_t;
Expand description

Resource Size type.

This is a type alias to either u32 or u64 depending on the config option CONFIG_PHYS_ADDR_T_64BIT, and it can be a u64 even on 32-bit architectures.