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

#include <apos/types.h>

stat_t setup_arch(void *fdt);

#endif /* APOS_ARCH_H */