/* * File: inits.h * Author: J. K. Chytil * * Created on 12. duben 2013, 20:37 */ #ifndef INITS_H #define INITS_H void init_ports(void); void init_perifs(void); #endif /* INITS_H */