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



static const int kMaxPvrDevices = 8;

#define INVALID_VALUE -1000

#endif