aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/meilhaus/mecommon.h
blob: ef47c384e0180257c896251adcc1ffcf14abe45d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * Copyright (C) 2005 Meilhaus Electronic GmbH (support@meilhaus.de)
 *
 * Source File	:mecommon.h
 * Author	:GG (Guenter Gebhardt)	<g.gebhardt@meilhaus.de>
 * Author	:KG (Krzysztof Gantzke)	<k.gantzke@meilhaus.de>
 */

#ifndef _MECOMMON_H_
#define _MECOMMON_H_

/*==================================================================
  The version of this release
  ================================================================*/

#ifndef ME_VERSION_DRIVER
/* Unknown version */
# define ME_VERSION_DRIVER	0xFFFFFFFF
#endif

#ifndef LIBMEDRIVER_VERSION
/* Unknown version */
# define LIBMEDRIVER_VERSION	0xFFFFFFFF
#endif

#endif