summaryrefslogtreecommitdiff
path: root/src/system/inc/init.h
blob: 0560efe55e71b2f65e4554dd248a38bbe6cd26ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef INIT_H
#define INIT_H

#ifdef __cplusplus
extern "C"
{
#endif

int system_init(void);

#ifdef __cplusplus
}
#endif

#endif /* INIT_H */