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

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

#endif
personal git repositories of Harald Welte. Your mileage may vary