comparison libdha/kernelhelper/dhahelper.c @ 10416:0165fc26bd12

changed my non-working mail address
author alex
date Sun, 13 Jul 2003 14:48:19 +0000
parents 423ce4451ca8
children
comparison
equal deleted inserted replaced
10415:c1247b33c424 10416:0165fc26bd12
1 /* 1 /*
2 Direct Hardware Access kernel helper 2 Direct Hardware Access kernel helper
3 3
4 (C) 2002 Alex Beregszaszi <alex@naxine.org> 4 (C) 2002 Alex Beregszaszi <alex@fsn.hu>
5 5
6 Accessing hardware from userspace as USER (no root needed!) 6 Accessing hardware from userspace as USER (no root needed!)
7 7
8 Tested on 2.2.x (2.2.19) and 2.4.x (2.4.3,2.4.17). 8 Tested on 2.2.x (2.2.19) and 2.4.x (2.4.3,2.4.17).
9 9
78 #include <linux/fs.h> 78 #include <linux/fs.h>
79 #include <linux/unistd.h> 79 #include <linux/unistd.h>
80 80
81 #include "dhahelper.h" 81 #include "dhahelper.h"
82 82
83 MODULE_AUTHOR("Alex Beregszaszi <alex@naxine.org>"); 83 MODULE_AUTHOR("Alex Beregszaszi <alex@fsn.hu>");
84 MODULE_DESCRIPTION("Provides userspace access to hardware (security violation!)"); 84 MODULE_DESCRIPTION("Provides userspace access to hardware (security violation!)");
85 #ifdef MODULE_LICENSE 85 #ifdef MODULE_LICENSE
86 MODULE_LICENSE("GPL"); 86 MODULE_LICENSE("GPL");
87 #endif 87 #endif
88 88