commit | 17e476aa0525905c52e48c19adcb54fdca60d48b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Oct 22 10:31:17 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 29 16:17:18 2024 -0600 |
tree | 7da794f17cd5af5ab3c47826667b68cd466b7e65 | |
parent | 827dee587b75f5dfe109672f2de91bc7ac8bdc0d [diff] |
CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consistency Currently, a number of generic cache related functions have their common prototype declared in include/cpu_func.h. Move the current set of noncached functions there as well to match. Signed-off-by: Tom Rini <trini@konsulko.com>