linux.h revision 22514
1/*
2 * (C)opyright 1995 by Darren Reed.
3 *
4 * This code may be freely distributed as long as it retains this notice
5 * and is not changed in any way.  The author accepts no responsibility
6 * for the use of this software.  I hate legaleese, don't you ?
7 *
8 * @(#)linux.h	1.1 8/19/95
9 */
10
11#include <linux/config.h>
12#ifdef MODULE
13#include <linux/module.h>
14#include <linux/version.h>
15#endif /* MODULE */
16
17#include "ip_compat.h"
18