summaryrefslogtreecommitdiffstats
path: root/arch/arch.h
blob: 6e569fd06fefb92b76675d3fffb738a83f5ab1f9 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef JOVE_ARCH_H
#define JOVE_ARCH_H 1

extern void serial_setup(void);

extern void arch_tables_setup(void);

#endif