diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-01-14 09:18:16 +1100 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-01-14 09:18:16 +1100 |
| commit | 1316513d4891be3c64e36d4a750d0d7d2c7577ce (patch) | |
| tree | 04ddfcc6db9a55e6ac2564c1c5d0ae416eb27076 /include | |
| parent | 291b901bf8430ee789ec2c31a49dc935b0fe7ae9 (diff) | |
| parent | d14b8b2307fc6295cd1320fa48d5945082bea5e4 (diff) | |
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/mpc10x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc10x.h b/include/asm-ppc/mpc10x.h index 1d3a64f06d46..d2676d8f8088 100644 --- a/include/asm-ppc/mpc10x.h +++ b/include/asm-ppc/mpc10x.h @@ -164,5 +164,6 @@ int mpc10x_bridge_init(struct pci_controller *hose, uint phys_eumb_base); unsigned long mpc10x_get_mem_size(uint mem_map); int mpc10x_enable_store_gathering(struct pci_controller *hose); +int mpc10x_disable_store_gathering(struct pci_controller *hose); #endif /* __PPC_KERNEL_MPC10X_H */ |
