6 lines
104 B
C
6 lines
104 B
C
#ifndef _KERNEL_CONFIG_H
|
|
#define _KERNEL_CONFIG_H
|
|
#define KERNEL_MAJOR 0
|
|
#define KERNEL_MINOR 10
|
|
#endif
|