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

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

#endif /* APOS_CPU_H */