blob: 00d4c1a1d07b7327618fe6b823cca80acd371538 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
// Copyright (c) 2014-2016 Travis Geiselbrecht
//
// 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 <arch.h>
#include <zircon/compiler.h>
#include <sys/types.h>
// forward declare the per-address space arch-specific context object
typedef struct arch_aspace arch_aspace_t;