File: config.h

package info (click to toggle)
comedi 0.7.76%2B20080817cvs-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,660 kB
  • ctags: 14,259
  • sloc: ansic: 104,304; sh: 1,417; makefile: 625; perl: 457
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __MULTI_CONFIG_H_
#define __MULTI_CONFIG_H_

#include <linux/version.h>

#include <config.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
#include_next <linux/config.h>
#endif

#endif