blob: 9c9a22457e9c940190f36e9fbc1164418469884d [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors
// Copyright (c) 2013 Google, Inc.
//
// 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_LIB_VERSION_INCLUDE_LIB_VERSION_H_
#define ZIRCON_KERNEL_LIB_VERSION_INCLUDE_LIB_VERSION_H_
// This is the string returned by zx_system_get_version_string.
const char* version_string();
// This is a string of lowercase hexadecimal digits.
const char* elf_build_id_string();
void print_version(void);
// Prints version info and kernel mappings required to interpret backtraces.
void print_backtrace_version_info(void);
#endif // ZIRCON_KERNEL_LIB_VERSION_INCLUDE_LIB_VERSION_H_