blob: 84b365ca209c72513deff6c3ec1ff27290e4e20b [file] [log] [blame]
/*
* Copyright 2021 The Hafnium Authors.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/BSD-3-Clause.
*/
#pragma once
#include "hf/addr.h"
#include "hf/types.h"
void arch_cache_clean_range(paddr_t start, size_t size);