mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:16:53 +07:00
8 lines
152 B
C
8 lines
152 B
C
|
/*
|
||
|
* Functions for setting up and using a MPC106 northbridge
|
||
|
*/
|
||
|
|
||
|
#include <asm/pci-bridge.h>
|
||
|
|
||
|
extern void setup_grackle(struct pci_controller *hose);
|