blob: c7b99a14f5b6f6c60c7eb39973949f1d8a381d1a [file] [log] [blame]
// Copyright 2017 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
// Flags passed back from arm64_irq() to the calling assembler.
#define ARM64_IRQ_EXIT_THREAD_SIGNALED 1
#define ARM64_IRQ_EXIT_RESCHEDULE 2