blob: 0b873d81de9d48f2603b51f44c1cfa9f47c8efc6 [file] [log] [blame]
/*
* Copyright 2019 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
/**
* Disables interrupts.
*/
void arch_irq_disable(void);
/**
* Enables interrupts.
*/
void arch_irq_enable(void);