diff options
Diffstat (limited to 'global.h')
-rw-r--r-- | global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/global.h b/global.h new file mode 100644 index 0000000..e5361ba --- /dev/null +++ b/global.h @@ -0,0 +1,11 @@ +#ifndef _PVRINPUT_GLOBAL_H_ +#define _PVRINPUT_GLOBAL_H_ + + + +static const int kMaxPvrDevices = 8; + +#define INVALID_VALUE -1000 + +#endif + |