xref: /haiku/src/libs/compat/freebsd_network/sysinit.h (revision 1f0635d2277dcd0818dc7f539c1cb1b296f6444b)
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