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