dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/meilhaus/mecommon.h

27 lines
634 B
C

/*
* 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