armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
scheduler.h
Go to the documentation of this file.
1 
7 #ifndef ARM6_SCHEDULER_H
8 #define ARM6_SCHEDULER_H
9 
14 #define THREAD_CPU_CONTEXT 0
15 
16 #endif