summaryrefslogtreecommitdiffstats
path: root/src/common/common_sizes.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-24common: Replace common_sizes into user-literalsWunkolo1-44/+0
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals.
2021-06-16Reaper: Address Feedback.Fernando Sahmkow1-0/+1
2021-03-24common: common_sizes: Move sizes to the Common namespace.bunnei1-0/+4
2021-03-21common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei1-1/+7
2021-03-21hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei1-0/+10
2021-03-21common: Move common sizes to their own header for code reuse.bunnei1-0/+23