8 lines
88 B
C
8 lines
88 B
C
|
|
#ifndef _KERNEL_VARIABLES_H
|
||
|
|
#define _KERNEL_VARIABLES_H
|
||
|
|
|
||
|
|
|
||
|
|
void init_vars(void);
|
||
|
|
|
||
|
|
#endif
|