/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/compat.h

  • Committer: Vasilii Chernov
  • Date: 2016-03-02 07:48:24 UTC
  • mfrom: (359 pcitool)
  • mto: This revision was merged to the branch mainline in revision 367.
  • Revision ID: vchernov@inr.ru-20160302074824-gcpwar3f33n5353q
1. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revision
2. Move api_server to html server

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifndef _COMPAT_H
11
11
#define _COMPAT_H
12
12
 
 
13
/*
 
14
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0)
 
15
# error "Linux 3.0 and latter are supported"
 
16
#endif
 
17
*/
 
18
 
13
19
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)
14
20
# define __devinit
15
21
# define __devexit