7 lines
93 B
C
7 lines
93 B
C
#ifndef _KERNEL_INCLUDE_H
|
|
#define _KERNEL_INCLUDE_H
|
|
|
|
#define KERNEL_VERSION "0.0.2a"
|
|
|
|
#endif
|