summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/pci.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/pci.h b/cpukit/include/rtems/pci.h
index a786b49596..16a20eeace 100644
--- a/cpukit/include/rtems/pci.h
+++ b/cpukit/include/rtems/pci.h
@@ -1174,10 +1174,10 @@ pci_read_config_dword(
static inline int
pci_write_config_byte(
- unsigned char bus,
- unsigned char slot,
+ unsigned char bus,
+ unsigned char slot,
unsigned char function,
- unsigned char where,
+ unsigned char where,
uint8_t val)
{
return BSP_pci_configuration.pci_functions->write_config_byte(