blob: 9c172ce2797953bcb4bde1ba00bef56e617e9882 [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
#ifndef ZIRCON_KERNEL_INCLUDE_KERNEL_INIT_H_
#define ZIRCON_KERNEL_INCLUDE_KERNEL_INIT_H_
#include <zircon/compiler.h>
void kernel_init();
#endif // ZIRCON_KERNEL_INCLUDE_KERNEL_INIT_H_