diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 16:32:05 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 16:32:05 +0200 |
| commit | be78fcb0acc665d4db8edb9cda53f6863d27dd85 (patch) | |
| tree | e9e33e9e48983f630098eedd3d931edbe86e4410 /include/arch/arch.h | |
| parent | 9cc125fb3cfdc2c8ae7153b5ae0fe705980835fb (diff) | |
| download | kmi-be78fcb0acc665d4db8edb9cda53f6863d27dd85.tar.gz kmi-be78fcb0acc665d4db8edb9cda53f6863d27dd85.zip | |
Improved header dependency tree
Diffstat (limited to 'include/arch/arch.h')
| -rw-r--r-- | include/arch/arch.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |
