blob: 33f17f0ada550193bbf877598c2271a2c75bc64c [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#pragma once
#include <kernel/cpu.h>
#include <zircon/compiler.h>
__BEGIN_CDECLS
void x86_mmu_mem_type_init(void);
void x86_pat_sync(cpu_mask_t targets);
__END_CDECLS