6 lines
83 B
C
6 lines
83 B
C
#ifndef MINIOS_KERN_SCHE_H
|
|
#define MINIOS_KERN_SCHE_H
|
|
|
|
void schedule(void);
|
|
|
|
#endif |