xref: /haiku/src/libs/compat/freebsd_network/sysinit.h (revision e705c841d784f0035a0ef3e9e96f6e017df16681)
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 
9 void init_sysinit();
10 void uninit_sysinit();
11 
12 
13 #endif /* SYSINIT_H */
14