diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ahci_platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h index b80c51c20f76..542f2686eb1d 100644 --- a/include/linux/ahci_platform.h +++ b/include/linux/ahci_platform.h | |||
| @@ -50,4 +50,9 @@ int ahci_platform_init_host(struct platform_device *pdev, | |||
| 50 | unsigned int force_port_map, | 50 | unsigned int force_port_map, |
| 51 | unsigned int mask_port_map); | 51 | unsigned int mask_port_map); |
| 52 | 52 | ||
| 53 | int ahci_platform_suspend_host(struct device *dev); | ||
| 54 | int ahci_platform_resume_host(struct device *dev); | ||
| 55 | int ahci_platform_suspend(struct device *dev); | ||
| 56 | int ahci_platform_resume(struct device *dev); | ||
| 57 | |||
| 53 | #endif /* _AHCI_PLATFORM_H */ | 58 | #endif /* _AHCI_PLATFORM_H */ |
