~ubuntu-branches/ubuntu/natty/linux-backports-modules-2.6.38/natty-proposed

« back to all changes in this revision

Viewing changes to updates/cw-2.6.39/include/linux/compat_autoconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Tim Gardner, Tim Gardner
  • Date: 2011-06-08 10:44:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110608104409-fnl8carkdo15bwsz
Tags: 2.6.38-10.6
[ Tim Gardner ]

Shorten compat-wireless package name to cw to accomodate
CDROM file name length restrictions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef COMPAT_AUTOCONF_INCLUDED
 
2
#define COMPAT_AUTOCONF_INCLUDED
 
3
 
 
4
/*
 
5
 * This is an example of a compat autconf header file that gets
 
6
 * automatically generated by your projet. You will only need this
 
7
 * if you are working with a lot of config options.
 
8
 *
 
9
 * Your project will likely just override this, or leave this as-is.
 
10
 */
 
11
 
 
12
/*
 
13
 * Example automatically generated C config: don't edit
 
14
 * Thu Dec 10 10:34:11 PST 2009 
 
15
 * compat-wireless-2.6: master-2009-11-19-5-gb4fd4dd
 
16
 * linux-2.6: next-20091208
 
17
 */
 
18
//#define COMPAT_PROJECT_FOO_RELEASE "master-2009-11-19-5-gb4fd4dd"
 
19
//#define COMPAT_UPSTREAM_FOO_KERNEL_RELEASE "next-20091208"
 
20
 
 
21
/* Example kernel version minimum requirement */
 
22
//#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10))
 
23
//#error Compat-wireless requirement: Linux >= 2,6,10
 
24
//#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) */ 
 
25
 
 
26
/* Example hard requirement */
 
27
//#error Compat-wireless requirement: CONFIG_WIRELESS_EXT must be enabled in your kernel
 
28
//#endif /* CONFIG_WIRELESS_EXT */
 
29
 
 
30
/*
 
31
 * Example of how to match your external modules kconfig options into this.
 
32
 * You'll need something to generate this for you.
 
33
 */
 
34
//#ifndef CONFIG_FOO_BAR
 
35
//#define CONFIG_FOO_BAR 1
 
36
 
 
37
#endif /* COMPAT_AUTOCONF_INCLUDED */