1e76875e51
Base patch for PA6T and PA6T-1682M. This introduces the arch/powerpc/platform/pasemi directory, together with basic implementations for various setup. Much of this was based on other platform code, i.e. Maple, etc. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
197 B
C
9 lines
197 B
C
#ifndef _PASEMI_PASEMI_H
|
|
#define _PASEMI_PASEMI_H
|
|
|
|
extern unsigned long pas_get_boot_time(void);
|
|
extern void pas_pci_init(void);
|
|
extern void pas_pcibios_fixup(void);
|
|
|
|
#endif /* _PASEMI_PASEMI_H */
|