mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-19 07:27:50 +00: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);
|