blob: 6e6d862f973c59e731c8db1739d9f297c07cef8c [file] [log] [blame] [edit]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ZIRCON_KERNEL_LIB_USERABI_VDSO_DATA_CONSTANTS_H_
#define ZIRCON_KERNEL_LIB_USERABI_VDSO_DATA_CONSTANTS_H_
// This defines the struct shared with the kernel.
#include <lib/userabi/vdso-constants.h>
// References the DATA_CONSTANTS variable defined in data.S.
extern __LOCAL const struct vdso_constants DATA_CONSTANTS;
#endif // ZIRCON_KERNEL_LIB_USERABI_VDSO_DATA_CONSTANTS_H_