pinboid/src/system/inc/init.h

16 lines
144 B
C

#ifndef INIT_H
#define INIT_H
#ifdef __cplusplus
extern "C"
{
#endif
int system_init(void);
#ifdef __cplusplus
}
#endif
#endif /* INIT_H */