summaryrefslogtreecommitdiff
path: root/firmware/src/os/main.h
blob: bd42341d3ef15f6974bdc57eee84ddac1c43ac5c (plain)
1
2
3
4
5
6
7
8
9
#ifndef _MAIN_H
#define _MAIN_H

extern void _init_func(void);
extern int _main_dbgu(char key);
extern void _main_func(void);

extern const struct openpcd_compile_version opcd_version;
#endif
personal git repositories of Harald Welte. Your mileage may vary