blob: 8c2e52ac5d94e85f42ed09d6f491f34473dffc7a [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>
__BEGIN_CDECLS
void kernel_init(void);
__END_CDECLS
#endif // ZIRCON_KERNEL_INCLUDE_KERNEL_INIT_H_