1/*
2 * Copyright 2018, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef SYSINIT_H
6#define SYSINIT_H
7
8
9void init_sysinit();
10void uninit_sysinit();
11
12
13#endif /* SYSINIT_H */
14