machdep.h (277a163c83d7ba93fba1e8980d29a9f8bfcfba6c) | machdep.h (d92a208d086063ecc785b4588f74ab42268cbc4b) |
---|---|
1#ifndef _ASM_POWERPC_MACHDEP_H 2#define _ASM_POWERPC_MACHDEP_H 3#ifdef __KERNEL__ 4 5/* 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 227 unchanged lines hidden (view full) --- 236 int (*pcibios_enable_device_hook)(struct pci_dev *); 237 238 /* Called after scan and before resource survey */ 239 void (*pcibios_fixup_phb)(struct pci_controller *hose); 240 241 /* Called during PCI resource reassignment */ 242 resource_size_t (*pcibios_window_alignment)(struct pci_bus *, unsigned long type); 243 | 1#ifndef _ASM_POWERPC_MACHDEP_H 2#define _ASM_POWERPC_MACHDEP_H 3#ifdef __KERNEL__ 4 5/* 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version --- 227 unchanged lines hidden (view full) --- 236 int (*pcibios_enable_device_hook)(struct pci_dev *); 237 238 /* Called after scan and before resource survey */ 239 void (*pcibios_fixup_phb)(struct pci_controller *hose); 240 241 /* Called during PCI resource reassignment */ 242 resource_size_t (*pcibios_window_alignment)(struct pci_bus *, unsigned long type); 243 |
244 /* Reset the secondary bus of bridge */ 245 void (*pcibios_reset_secondary_bus)(struct pci_dev *dev); 246 |
|
244 /* Called to shutdown machine specific hardware not already controlled 245 * by other drivers. 246 */ 247 void (*machine_shutdown)(void); 248 249#ifdef CONFIG_KEXEC 250 void (*kexec_cpu_down)(int crash_shutdown, int secondary); 251 --- 127 unchanged lines hidden --- | 247 /* Called to shutdown machine specific hardware not already controlled 248 * by other drivers. 249 */ 250 void (*machine_shutdown)(void); 251 252#ifdef CONFIG_KEXEC 253 void (*kexec_cpu_down)(int crash_shutdown, int secondary); 254 --- 127 unchanged lines hidden --- |