blob: fd71d72736b27a27d64aad78190d01396d717cb4 (
plain)
1
2
3
4
5
6
7
8
|
#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 */
|