mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
7 lines
87 B
C
7 lines
87 B
C
#ifndef THREADING_H
|
|
#define THREADING_H
|
|
|
|
void threading_init();
|
|
|
|
#endif // THREADING_H
|