ClassicOS/kernel/threading.h

7 lines
87 B
C

#ifndef THREADING_H
#define THREADING_H
void threading_init();
#endif // THREADING_H