summaryrefslogtreecommitdiff
path: root/src/common_compat.h
blob: d7b4867128edf85c28368e8905deb9a9590a549c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _COMMON_COMPAT_H_
#define _COMMOM_COMPAT_H_

#if (GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 18)
#define CONST_ABI_18_0 const
#else
#define CONST_ABI_18_0
#endif

#endif