diff options
Diffstat (limited to 'include/apos/arch.h')
| -rw-r--r-- | include/apos/arch.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apos/arch.h b/include/apos/arch.h new file mode 100644 index 0000000..b846876 --- /dev/null +++ b/include/apos/arch.h @@ -0,0 +1,6 @@ +#ifndef APOS_ARCH_H +#define APOS_ARCH_H + +void arch_setup(void *fdt); + +#endif /* APOS_ARCH_H */ |
