mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 22:55:23 +07:00
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 */
|