diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index e614aa0ca2a2..d494ce417b4f 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -174,8 +174,8 @@ struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *p_dev); | |||
174 | int pcmcia_reset_card(struct pcmcia_socket *skt); | 174 | int pcmcia_reset_card(struct pcmcia_socket *skt); |
175 | 175 | ||
176 | /* CIS config */ | 176 | /* CIS config */ |
177 | int pcmcia_access_configuration_register(struct pcmcia_device *p_dev, | 177 | int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val); |
178 | conf_reg_t *reg); | 178 | int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val); |
179 | 179 | ||
180 | /* device configuration */ | 180 | /* device configuration */ |
181 | int pcmcia_request_io(struct pcmcia_device *p_dev, io_req_t *req); | 181 | int pcmcia_request_io(struct pcmcia_device *p_dev, io_req_t *req); |