blob: 5d34142846880ed581041811b1515cf5fbdeba44 [file] [log] [blame]
// Copyright 2022 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
#ifndef ZIRCON_KERNEL_PHYS_TEST_ELF_LOADING_GET_INT_H_
#define ZIRCON_KERNEL_PHYS_TEST_ELF_LOADING_GET_INT_H_
extern "C" int GetInt();
#endif // ZIRCON_KERNEL_PHYS_TEST_ELF_LOADING_GET_INT_H_