From be78fcb0acc665d4db8edb9cda53f6863d27dd85 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 16:32:05 +0200 Subject: Improved header dependency tree --- include/arch/arch.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/arch/arch.h (limited to 'include/arch/arch.h') diff --git a/include/arch/arch.h b/include/arch/arch.h new file mode 100644 index 0000000..1933555 --- /dev/null +++ b/include/arch/arch.h @@ -0,0 +1,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 */ -- cgit v1.3