aboutsummaryrefslogtreecommitdiff
path: root/include/arch/arch.h
blob: 801e363017403a018a722227044093aa052250ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef APOS_ARCH_H
#define APOS_ARCH_H

/**
 * @file arch.h
 * Arch-specific generic stuff, generally implemented in
 * arch/whatever/kernel/main.c
 */

#include <apos/types.h>

stat_t setup_arch(void *fdt);

#endif /* APOS_ARCH_H */