/* * Copyright 2018, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef SYSINIT_H #define SYSINIT_H void init_sysinit(); void uninit_sysinit(); #endif /* SYSINIT_H */