7 lines
126 B
C
7 lines
126 B
C
#ifndef _KERNEL_CONFIG_H
|
|
#define _KERNEL_CONFIG_H
|
|
#define KERNEL_MAJOR 0
|
|
#define KERNEL_MINOR 12
|
|
#define KSHELL_SERIAL
|
|
#endif
|