summaryrefslogtreecommitdiff
path: root/config.h
blob: d10b02c1f176cf3e30ff71921ef85ce3d6a6e94d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __FFNETDEVCONFIG_H
#define __FFNETDEVCONFIG_H


struct sFFNetDevConfig {
  int iAutoSetPrimaryDVB;
};

extern sFFNetDevConfig config;

// #define DEBUG

#endif //__FFNETDEVCONFIG_H