oot/include/idle.h

7 lines
73 B
C

#ifndef IDLE_H
#define IDLE_H
void Idle_ThreadEntry(void* arg);
#endif