source:
GPL/trunk/include/linux/config.h@
347
Last change on this file since 347 was 347, checked in by , 17 years ago | |
---|---|
File size: 168 bytes |
Line | |
---|---|
1 | |
2 | #ifndef _LINUX_CONFIG_H |
3 | #define _LINUX_CONFIG_H |
4 | |
5 | /* __user not supported in OpenWatcom */ |
6 | #ifndef __user |
7 | #define __user |
8 | #endif |
9 | |
10 | #endif /* _LINUX_CONFIG_H */ |
Note:
See TracBrowser
for help on using the repository browser.