Subversion Repositories Kolibri OS

Rev

Rev 1222 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1222 Rev 1321
Line -... Line 1...
-
 
1
#ifndef _LINUX_MODULE_H
1
#include 
2
#define _LINUX_MODULE_H
-
 
3
 
2
#include 
4
#include 
3
#include 
5
#include 
-
 
6
 
-
 
7
 
-
 
8
#define EXPORT_SYMBOL(x)
Line 4... Line 9...
4
 
9
 
-
 
10
#define MODULE_FIRMWARE(x)
-
 
11
 
-
 
12
 
-
 
13
#endif /* _LINUX_MODULE_H */