summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/system_control.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system_control: Make functions internally linked where applicableLioncash2020-08-051-5/+0
| | | | | These functions are only ever used internally as implementation details for GenerateRandomRange(), so these can be given internal linkage.
* kernel: memory: Add system_control code, which will be used for ASLR support.bunnei2020-04-171-0/+18