summaryrefslogtreecommitdiff
path: root/global.h
blob: e28645ddee5c8894db440b99367e9ca1330cee3e (plain)
1
2
3
4
5
6
7
8
#ifndef _PVRINPUT_GLOBAL_H_
#define _PVRINPUT_GLOBAL_H_

static const int kMaxPvrDevices = 8;

#define INVALID_VALUE -1000

#endif