aboutsummaryrefslogtreecommitdiff
path: root/include/apos/cpu.h
blob: 81fb07eaf7335a0474e33772a107fc0f6cb3917f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef APOS_CPU_H
#define APOS_CPU_H

#include <apos/tcb.h>

id_t cpu_id();
/* TODO: add more cpu handling functions */

#endif /* APOS_CPU_H */