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