1 /* Copyright 2020 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
7 /*! @brief Writes specified memory region with zeros.
8 * @param address Start memory address for zero-scrub.
9 * @param size Memory region size in bytes.
11 void metal_mem_scrub(void *address, int size);