Last change
on this file since 354 was 354, checked in by stevenhl, 17 years ago |
Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.
|
File size:
280 bytes
|
Line | |
---|
1 | /* $Id: version.h,v 1.1 2000/04/23 14:55:34 ktk Exp $ */
|
---|
2 |
|
---|
3 | #ifndef _LINUX_VERSION_H
|
---|
4 | #define _LINUX_VERSION_H
|
---|
5 |
|
---|
6 | #define LINUX_VERSION_CODE 0x020300
|
---|
7 |
|
---|
8 | #define UTS_RELEASE "OS/2"
|
---|
9 |
|
---|
10 | #define KERNEL_VERSION(a, b, c) (((a)<<16) | ((b) << 8) | (c))
|
---|
11 |
|
---|
12 | #endif /* _LINUX_VERSION_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.