6 lines
69 B
C
6 lines
69 B
C
|
|
#ifndef __SYS_H
|
||
|
|
#define __SYS_H
|
||
|
|
|
||
|
|
void jump2kernel(void);
|
||
|
|
#endif
|