ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / include / 2_5compat.h
1 /* 
2  * Copyright (C) 2001 Jeff Dike (jdike@karaya.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __2_5_COMPAT_H__
7 #define __2_5_COMPAT_H__
8
9 #include "linux/version.h"
10
11 #define INIT_CONSOLE(dev_name, write_proc, device_proc, setup_proc, f) { \
12         name :          dev_name, \
13         write :         write_proc, \
14         read :          NULL, \
15         device :        device_proc, \
16         setup :         setup_proc, \
17         flags :         f, \
18         index :         -1, \
19         cflag :         0, \
20         next :          NULL \
21 }
22
23 #define INIT_HARDSECT(arr, maj, sizes)
24
25 #define SET_PRI(task) do ; while(0)
26
27 #endif
28
29 /*
30  * Overrides for Emacs so that we follow Linus's tabbing style.
31  * Emacs will notice this stuff at the end of the file and automatically
32  * adjust the settings for this buffer only.  This must remain at the end
33  * of the file.
34  * ---------------------------------------------------------------------------
35  * Local variables:
36  * c-file-style: "linux"
37  * End:
38  */