mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
6 lines
87 B
C
6 lines
87 B
C
#include "threading.h"
|
|
|
|
void threading_init() {
|
|
// Threading initialization code
|
|
}
|