Whitespace cleanup, no functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -55,21 +55,21 @@ int pci_alloc_msix(device_t dev, int *count);
|
||||
static inline int
|
||||
pci_get_vpd_ident(device_t dev, const char **identptr)
|
||||
{
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
static inline int
|
||||
pci_set_powerstate(device_t dev, int state)
|
||||
{
|
||||
return PCI_POWERSTATE_UNKNOWN;
|
||||
return PCI_POWERSTATE_UNKNOWN;
|
||||
}
|
||||
|
||||
|
||||
static inline int
|
||||
pci_get_powerstate(device_t dev)
|
||||
{
|
||||
return PCI_POWERSTATE_D0;
|
||||
return PCI_POWERSTATE_D0;
|
||||
}
|
||||
|
||||
#endif /* _FBSD_COMPAT_DEV_PCI_PCIVAR_H_ */
|
||||
|
||||
Reference in New Issue
Block a user