aboutsummaryrefslogtreecommitdiff
path: root/include/arch/arch.h
blob: 1933555e0f5a4de8904a3b94e7fda63086efb170 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef APOS_ARCH_H
#define APOS_ARCH_H

/* functions that an arch has to provide */

void arch_setup(void *fdt);

#endif /* APOS_ARCH_H */